nlopt icon indicating copy to clipboard operation
nlopt copied to clipboard

Module Not Found Error

Open aserdark opened this issue 1 year ago • 2 comments

I have installed nlopt but when trying to import, following error occurs:

File "C:\Users\Serdar\AppData\Local\Programs\Python\Python311\Lib\site-packages\nlopt\nlopt.py", line 22, in swig_import_helper return importlib.import_module(mname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Serdar\AppData\Local\Programs\Python\Python311\Lib\importlib_init_.py", line 126, in import_module

return _bootstrap._gcd_import(name[level:], package, level)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 676, in _load_unlocked File "", line 573, in module_from_spec File "", line 1233, in create_module File "", line 241, in _call_with_frames_removed ImportError: DLL load failed while importing _nlopt: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "C:\Users\Serdar\AppData\Local\Programs\Python\Python311\Lib\site-packages\nlopt_init_.py", line 1, in from .nlopt import * File "C:\Users\Serdar\AppData\Local\Programs\Python\Python311\Lib\site-packages\nlopt\nlopt.py", line 25, in _nlopt = swig_import_helper() ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Serdar\AppData\Local\Programs\Python\Python311\Lib\site-packages\nlopt\nlopt.py", line 24, in swig_import_helper return importlib.import_module('nlopt') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Serdar\AppData\Local\Programs\Python\Python311\Lib\importlib_init.py", line 126, in import_module

return _bootstrap._gcd_import(name[level:], package, level)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ModuleNotFoundError: No module named '_nlopt'

aserdark avatar Apr 28 '23 08:04 aserdark