-
Notifications
You must be signed in to change notification settings - Fork 24
Description
When I follow the installation instructions for Conda I get the following error when executing pip install for the requirements.txt doc. The issue seems to be the version requirement of cvxpy 1.0.31 even though it exists on the hyperlink:
Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1:
command: 'anaconda3\envs\storagevet-venv\python.exe' 'anaconda3\envs\storagevet-venv\lib\site-packages\pip_vendor\pep517_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\AppData\Local\Temp\tmpm65kwtjy'
cwd: C:\Users\AppData\Local\Temp\pip-install-3ptet54m\cvxpy_f4f231c8a48b407e9353f803b77d3422
Complete output (1 lines):
error in cvxpy setup command: use_2to3 is invalid.
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/11/d0/d900870dc2d02ea74961b90c353666c6528a33ea61a10aa59a0d5574ae59/cvxpy-1.0.31.tar.gz#sha256=b398754f9e9ceaa46b07806b5ae85f90fd8de748475db22a6b99c5943cebe69d (from https://pypi.org/simple/cvxpy/). Command errored out with exit status 1: 'C:\Users\anaconda3\envs\storagevet-venv\python.exe' 'C:\Users\anaconda3\envs\storagevet-venv\lib\site-packages\pip_vendor\pep517_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\AppData\Local\Temp\tmpm65kwtjy' Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement cvxpy==1.0.31
ERROR: No matching distribution found for cvxpy==1.0.31