You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Installing Ray (both from source and from the latest wheels on S3) leads to
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 beforesix >= 1.0.0
.cc @guoyuhong @justinwyang
The text was updated successfully, but these errors were encountered: