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
Hey, I had this issue as well, and initially I had pyOpt installed in usr/lib/python2.7/dist-packages
I uninstalled it from this location and reinstalled it to usr/local/lib/python2.7/site-packages and this seemed to solve the problem - the problem being that the libraries don't exist along expected paths (I think).
I am using Ubuntu 16.04, so if you're on a similar operating system, maybe the solution will be similar?
Disclaimer: I don't know much! (:
After running
setup.py install
I try to runimport pyOpt
but I get a warning sayingIPOPT shared library failed to import
How can I solve this ?
The text was updated successfully, but these errors were encountered: