-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
CI: avoid bad combination of pyopenssl and cryptography versions #60462
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I think we also need this in ci/deps/circle-311-arm64.yaml
@@ -56,6 +56,8 @@ dependencies: | |||
- xlrd>=2.0.1 | |||
- xlsxwriter>=3.0.5 | |||
- zstandard>=0.19.0 | |||
# TEMP to avoid error when the env gets cryptography >= 42 but older pyopenssl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If that combination is wrong we should do a repo data patch to fix it. I'll investigate this on the conda-forge side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ocefpaf seems there is already a PR for this: conda-forge/conda-forge-repodata-patches-feedstock#913
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. In fact two! conda-forge/conda-forge-repodata-patches-feedstock#918 was just merged and hopefully you don't need this work around.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for merging that!
I think we can close this PR since this error isn't showing up on main anymore |
We are running into conda/conda#13619 (comment) in some of our envs, seeing what it gives to force a newer pyopenssl version.