Skip to content

[BugFix] Limit urllib3 version for readthedocs building#1559

Merged
andrew-platt merged 1 commit into
OpenFAST:devfrom
andrew-platt:b/RTD
May 8, 2023
Merged

[BugFix] Limit urllib3 version for readthedocs building#1559
andrew-platt merged 1 commit into
OpenFAST:devfrom
andrew-platt:b/RTD

Conversation

@andrew-platt

Copy link
Copy Markdown
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
Copy Markdown
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