Skip to content

PYTHON-4295 Fix Installation of Crytography on PyPy3.8 #1559

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

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

blink1073
Copy link
Member

No description provided.

@@ -33,6 +33,7 @@ SSL=${SSL:-nossl}
TEST_ARGS="${*:1}"
PYTHON=$(which python)
export PIP_QUIET=1 # Quiet by default
export PIP_PREFER_BINARY=1 # Prefer binary dists by default
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain how this fixes the error? Why doesn't --prefer-binary work?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, this now applies to OCSP and other pip installs.

@blink1073 blink1073 merged commit 5e49363 into mongodb:master Mar 22, 2024
@blink1073 blink1073 deleted the PYTHON-4295 branch March 22, 2024 18:34
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.

3 participants