Anaconda install pyipopt: libipopt.so.1
问题 I'm completely new to Python and most aspects of compiling C. My default python interpreter is the anaconda interpreter for python 2.7. I'm trying to install pyipopt following these instructions: https://github.com/xuy/pyipopt. Pyipopt installed to /usr/local/lib/python2.7/dist-packages/pyipopt , but when I try import pyipopt I get an error saying that pyipopt wasn't found. I then tried copying the installed folder into Anaconda's pkgs folder. At first it said Error: import pyipopt