We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure you run commands with -v flag before pasting the output.
-v
$ pdm add pyrsistent
Then reinstall it:
$ rm -rf __pypackages__ && pdm install
The wheels are built twice
Should reuse the built wheel in the first step.
# Paste the output of `pdm info && pdm info --env` below:
The text was updated successfully, but these errors were encountered:
Curious if this is still an issue, I'm noticing on my system that pyrsistent is taking ages to resolve each time I try to add a package via PDM.
pyrsistent
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Then reinstall it:
$ rm -rf __pypackages__ && pdm install
Actual behavior
The wheels are built twice
Expected behavior
Should reuse the built wheel in the first step.
Environment Information
# Paste the output of `pdm info && pdm info --env` below:
The text was updated successfully, but these errors were encountered: