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

[BugFix] Limit urllib3 version for readthedocs building #1559

Merged
merged 1 commit into from
May 8, 2023

Conversation

andrew-platt
Copy link
Collaborator

This PR is ready for merging

Description

Readthedocs was throwing the following error:

"urllib3 v2.0 only supports OpenSSL 1.1.1+, currently " ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168

A quick search showed that this was an incompatibility with the more recent versions of urllib3 with the requests package.

Related issues
See psf/requests#6432 for issue others have run into.

Using the following solution: open-mmlab/mmengine#1132

The Requests package from python is incompatible with urllib3.

See psf/requests#6432 for issue others have run into.
@andrew-platt
Copy link
Collaborator Author

@andrew-platt andrew-platt merged commit 2141096 into OpenFAST:dev May 8, 2023
@andrew-platt andrew-platt deleted the b/RTD branch May 9, 2023 14:36
@andrew-platt andrew-platt mentioned this pull request May 12, 2023
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants