I used the following command below in the Anaconda shell prompt, I am on windows 7. When I installed in Anaconda Navigator I got a much older version of cvxpy version 0.4.10 instead of : win-64 v1.0.1.
Here is the details on the conda site:
=============================== https://anaconda.org/cvxgrp/cvxpy Installers conda install
linux-64 v1.0.6
win-64 v1.0.1
osx-64 v1.0.6
noarch v0.4.2
To install this package with conda run:
conda install -c cvxgrp cvxpy
=================================
I am wondering if the author of this package may not have properly setup the more current version on Conda. This has occurred with other python packages in the past on Conda.
Hope someone would know how to get this installed.
I actually tried to follow the instructions based on another question, but it did not work. See my reasons below in the comment section.