I want to use lpsolve package in pycharm-2018.2.4. Also I installed anaconda3 and python3.7. Using this link install lpsolve I downloaded and I got lpsolve55.so file. But I couldn't understand the steps in that link and I can't configure the path properly. Guide me with clear and step by procedure to install lpsolve and use it in pycharm environment in ubuntu-14.04. Thanks in advance.
Asked
Active
Viewed 360 times
1
-
1shouldn't this PyCharm guide be used to install packages? [PyCharm 2018.3 Installing, Uninstalling and Upgrading Packages](https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html) – chickity china chinese chicken Feb 06 '19 at 06:13
-
Thanks for your suggestion.. As per your guidelines I try to install lpsolvers in pycharm using conda package manager.. But I got the following error as " cddlib/lib-src/cddmp.h:31:18: fatal error: gmp.h: No such file or directory " .. How to resolve this error.. Thanks.. – user1999109 Feb 06 '19 at 07:38
1 Answers
0
https://pycddlib.readthedocs.io/en/latest/quickstart.html#installation
The docs say it requires gmp.
Try yum install gmp-devel
and then install it again.

Clintm
- 4,505
- 3
- 41
- 54