Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip installation error related to uprading six. #4169

Closed
robertnishihara opened this issue Feb 26, 2019 · 2 comments
Closed

Pip installation error related to uprading six. #4169

robertnishihara opened this issue Feb 26, 2019 · 2 comments
Assignees

Comments

@robertnishihara
Copy link
Collaborator

Installing Ray (both from source and from the latest wheels on S3) leads to

Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

This user has six==1.10.0. This changed in #3675. This looks like a pretty common MacOS problem and will probably cause problems for tons of users, see pypa/pip#3165, so let's downgrade back to what we had before six >= 1.0.0.

cc @guoyuhong @justinwyang

@guoyuhong
Copy link
Contributor

OK. This is a simple function. I can copy it to utils.py and downgrade six >= 1.0.0.

@robertnishihara
Copy link
Collaborator Author

Fixed by #4180.

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

No branches or pull requests

2 participants