2

I'm installing cvxpy from cvxgrp. Looking a the link it clearly shows version 1.01 for win-64.

However when I go to run the install

conda install -c cvxgrp cvxpy

it downloads and installs "cvxpy-0.4.10". Updating "all" does not seem to help.

I checked conda info and it shows "platform : win-64".

conda info

Is there a conflict? How can I get the latest version?

rhaskett
  • 1,864
  • 3
  • 29
  • 48

1 Answers1

1

If you look at the list of files for version 1.01, you'll see that the win-64 build is only for Python 2.7. The installation instructions seem to suggest that you should use pip to install on Windows if you're using Python 3.

Ray
  • 4,531
  • 1
  • 23
  • 32