我想在pycharm-2018.2.4中使用lpsolve包。我还安装了anaconda3和python3.7。使用这个链接,我下载了install lpsolve并得到了lpsolve55.so文件。但我无法理解该链接中的步骤,也无法正确配置路径。指导我在ubuntu-14.04的pycharm环境中安装和使用lpsolve。提前谢谢。
发布于 2019-07-14 11:37:49
https://pycddlib.readthedocs.io/en/latest/quickstart.html#installation
医生说它需要gmp。
尝试yum install gmp-devel,然后再次安装它。
https://stackoverflow.com/questions/54547422
复制相似问题