I've been trying to install cvxopt on Anaconda Python 3.x for a while now, reading past posts and I can't seem to make it work. Here is what I have tried so far:
pip install cvxopt --user
which gave me the following error:
Failed building wheel for cvxopt
Then I tried this:
conda install -c omnia cvxopt
output:
UnsatisfiableError: The following specifications were found to be in conflict:
- cvxopt
- python 3.5*
I installed mkl using this:
conda install mkl
which worked but trying out the previous commands still don't work.
I have installed multiple things in the past using the command prompt but my experience has told me to make sure I know and understand what I am installing because I wrecked my computer one time. So instead of trying things blindly, I would like to know if someone had a tipp.