You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
every time I want to import symengine on my code it gives me this error. ImportError: DLL load failed while importing symengine_wrapper: The specified module could not be found.
The text was updated successfully, but these errors were encountered:
I have had this problem myself. If I remember correctly it was when using an old version of symengine together with a new version of Python. Could you try a newer version of symengine?
I upgraded python and symengine but still the same error !! symengine 0.14.0 Python 3.13.2
This is the full error: Traceback (most recent call last): File "C:\Users\PC DELL\Desktop\quantum\program.py", line 3, in <module> import symengine File "C:\Users\PC DELL\Desktop\quantum\qiskit_env\Lib\site-packages\symengine\__init__.py", line 12, in <module> import symengine.lib.symengine_wrapper as wrapper ImportError: DLL load failed while importing symengine_wrapper: The specified module could not be found.
every time I want to import symengine on my code it gives me this error.
ImportError: DLL load failed while importing symengine_wrapper: The specified module could not be found.
The text was updated successfully, but these errors were encountered: