I want to use the packages lpsolve55 and openturns but they are not working on python 3.6, is there any way to install them for this version of python?
Asked
Active
Viewed 499 times
2
1 Answers
2
lpsolve is available for python 3.x as well on conda-forge:
conda config --add channels conda-forge
conda install openturns lpsolve55

jschueller
- 41
- 3