Can’t install picos in Python 3.7
I am trying to solve a mathematical problem using python 3.7.0 . For this I’ve installed CPLEX 12.10 and I decided to install some dependencies, like numpy, prettytable and picos. Numpy and prettytable I get it working normal, but I tried downloading picos (using pip install picos
) and didn’t work. I get a huge error. How can I fix this?