Skip to content

Conversation

fabianlim
Copy link
Contributor

Problem:

When doing pip install -e ., we may get a error in cvxpy setup command: use_2to3 is invalid. error when installing the cvxpy==1.0.31 wheel. This is because the newer setuptools have 2to3 removed

pypa/setuptools#2086

Possible Solution:

The cvxpy>=1.1 versions do not depend on 2to3. Hence we can bump to the nearest version 1.1.0, which is very close to the current version 1.0.31. There exist only alpha versions in between them

1.0.31, 1.1.0a0, 1.1.0a1, 1.1.0a2, 1.1.0a3, 1.1.0a4, 1.1.0

Signed-off-by: Yu Chin Fabian Lim <fabianlim@users.noreply.github.com>
@vijay-arya vijay-arya merged commit b0749d1 into Trusted-AI:master Jun 23, 2022
@vijay-arya
Copy link
Collaborator

Thanks @fabianlim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants