cyipopt: python setup.py failed
Hi,
I cloned this cyipopt from source and would like to install this interface for my Ipopt. Even though the LD_LIBRARY_PATH and PKG_CONFIG_PATH have already been set to the correct path, pkgconfig(‘ipopt’) cannot find the installed package.
The output is as follows Package ipopt was not found in the pkg-config search path. Perhaps you should add the directory containing `ipopt.pc’ to the PKG_CONFIG_PATH environment variable No package ‘ipopt’ found
My PKG_CONFIG_PATH is: (Path to Ipopt)/Ipopt-3.12.4/_build/lib/pkgconfig My LD_LIBRARY_PATH is: (Path to Ipopt)/Ipopt-3.12.4/_build/lib
Can you help me with this problem?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 32 (3 by maintainers)
Hi Huawei,
Thanks for the reply and I did manually export the LD_LIBRARY_PATH and PKG_CONFIG_PATH before I asked about this issue. However, it did not help solve this problem. Here is the screenshot of the change that I had made before. Still not sure of what to do next.