2

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?

Michael Baudin
  • 1,022
  • 10
  • 25
Elena Popa
  • 317
  • 3
  • 8

1 Answers1

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