After compiling pagmo2 c++ library and then 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.
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