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

Update pip to 20.3.3 #53

Merged
merged 3 commits into from
Jan 20, 2021
Merged

Update pip to 20.3.3 #53

merged 3 commits into from
Jan 20, 2021

Conversation

ryanbenchsci
Copy link
Contributor

Following the release of macOS Big Sur, pip received an update in 20.3 to accept wheels built for older platforms. Without this update, there are many package versions that fail to install on macOS Big Sur (the issue references a version of numpy, I ran into issues with a version of torch).

I have unblocked myself by using these changes in a fork.

I am making this PR to both notify you of the benefit of updating pip and provide support in doing so.

When I updated pip, I had to tell it to use the deprecated legacy resolver (--use-deprecated=legacy-resolver) as they have switched the new resolver to be the default, and this appears to have issues with rules_pip

Also let other packages upgrade.
Capture the updated packages.
This seems required to work properly with the
new version of pip.
@ali5h ali5h merged commit 5288b73 into ali5h:master Jan 20, 2021
@ali5h
Copy link
Owner

ali5h commented Jan 20, 2021

thanks

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