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

IPOPT shared library failed to import #4

Open
felixquinton opened this issue Jun 13, 2018 · 1 comment
Open

IPOPT shared library failed to import #4

felixquinton opened this issue Jun 13, 2018 · 1 comment

Comments

@felixquinton
Copy link

After running setup.py install I try to run import pyOpt but I get a warning saying

IPOPT shared library failed to import

How can I solve this ?

@KillingVector
Copy link

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! (:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants