-
-
Notifications
You must be signed in to change notification settings - Fork 398
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 during package download when running pdm build #1894
Labels
⬆️ upstream bug
Caused by a bug from the upstream dependencies
Comments
It seems the cached content generated by cachecontrol isn't compatible with urllib3 2.0, downgrade urllib3 can fix this. |
Same error on |
If you've installed pdm with pipx: |
I was able to use |
frostming
added
⬆️ upstream bug
Caused by a bug from the upstream dependencies
and removed
🐛 bug
Something isn't working
labels
May 7, 2023
Reported upstream: psf/cachecontrol#295 |
frostming
added a commit
that referenced
this issue
May 7, 2023
Close #1894 Signed-off-by: Frost Ming <me@frostming.com>
frostming
added a commit
that referenced
this issue
May 7, 2023
Close #1894 Signed-off-by: Frost Ming <me@frostming.com>
knowsuchagency
added a commit
to knowsuchagency/struct-gpt
that referenced
this issue
May 7, 2023
Doesn't look like the project is still alive |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possibly related to #1879 , however the error is different.
Since yesterday, I am unable to build my library in any new environment, including my GitHub actions build. Every attempt results in the following error:
My failed GH Actions run https://github.com/m3nowak/nats-nsc/actions/runs/4894670086/jobs/8747174607
Steps to reproduce
I was able to reproduce this issue on a container, it seems it only appears on new pdm installs.
pdm init
pdm build
Actual behavior
PDM fails to download pdm-backend, which results in crash.
Expected behavior
PDM successfully builds package or at least does not fail during
pdm build
Environment Information
The text was updated successfully, but these errors were encountered: