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

Make "pip install --no-binary" possible on Python 3.7 #393

Closed
wants to merge 1 commit into from

Conversation

radoering
Copy link

Resolves #392

Avoid a recursion error when running pip install --no-binary for python_version < "3.8".

@jaraco
Copy link
Member

jaraco commented Jul 29, 2022

Thanks for the contrib, but I don't believe this is the right fix. If we decide otherwise in the issue, we can revive this PR.

@jaraco jaraco closed this Jul 29, 2022
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.

pip install --no-binary fails on Python 3.7
2 participants