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
But, when I have run the installation command. The _im7.so wasn't copied to the python library folder. Thus, I got the error 'OSError: dlopen(/Library/Python/2.7/site-packages/libim7/_im7.so, 6): image not found'. So I copy it manually. Could you tell me why?
By now, the setup.py script relies on the numpy.distutils.Configuration and its add_extension method. The documentation also mentions the add_installed_library which, contrary to add_extension and add_library, does install the compiled file.
Before any change, I must think again about whether it is required to use numpy distutils here (and why I did it many years ago...)
According to fbl1991 in issue #1 :
On my machine,
python3 setup.py install
tellsIt in fact does not copy the compiled extension file to the install dir.
The text was updated successfully, but these errors were encountered: