-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
PDM fails to install dependencies due to cachecontrol not compatible with request 2.30 #1879
Comments
I had the same failure. It was due to an update of I fixed it in my environment by pinning to I haven't actually gotten to the bottom of the issue yet, but wanted to report that pinning to the older version of requests fixed the issue in my environment. |
seems due to this psf/cachecontrol#292 |
Just in case it's helpful to anyone, I was able to work around this in CI using a single env var: |
The 2.30 version is yanked, this should be fixed automatically. |
It works fine until this morning and start failing on github actions. I've made a simple repo to reproduce the error, and you can see the detailed printing from the log here https://github.com/Roger-luo/pdm-test/actions/runs/4874743432/jobs/8696058702
any idea why it's failing?
The text was updated successfully, but these errors were encountered: