Skip to content
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

Built wheels cache never hit #200

Closed
1 task done
frostming opened this issue Dec 17, 2020 · 1 comment · Fixed by #201
Closed
1 task done

Built wheels cache never hit #200

frostming opened this issue Dec 17, 2020 · 1 comment · Fixed by #201
Labels
🐛 bug Something isn't working

Comments

@frostming
Copy link
Collaborator

frostming commented Dec 17, 2020

  • I have searched the issue tracker and believe that this is not a duplicate.

Make sure you run commands with -v flag before pasting the output.

Steps to reproduce

$ pdm add pyrsistent

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:
@frostming frostming added the 🐛 bug Something isn't working label Dec 17, 2020
@frostming frostming mentioned this issue Dec 18, 2020
8 tasks
@songololo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants