Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Build and install for python 3.6 32 bit import error #111

Open
hamedgibago opened this issue Nov 13, 2022 · 0 comments
Open

[BUG] Build and install for python 3.6 32 bit import error #111

hamedgibago opened this issue Nov 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@hamedgibago
Copy link

hamedgibago commented Nov 13, 2022

ImportError: DLL load failed: The specified module could not be found.
After compiling pagmo2 c++ library and after that building pygmo2 from source in windows 10 64 bit and python 3.6 32 bit, It was successfully installed, but when I want to import module I get this error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\Station - Windows 10\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pygmo\__init__.py", line 13, in <module> from .core import * ImportError: DLL load failed: The specified module could not be found.

Screenshots
image

I get my python site-packages folder from this command during installation from url of documentation of installation:

https://esa.github.io/pygmo2/install.html
python -m site --user-site

Installation copied files here:

image

I also copied pygmo folder from picture above to this site-packages of python, but nothing changed:

image

Environment:

  • OS: Windows 10 64 bit
  • Installation method: source
  • Version: [e.g. 2.15]
@hamedgibago hamedgibago added the bug Something isn't working label Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant