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

Malformed wheel #41

Closed
1 task done
frostming opened this issue Feb 20, 2020 · 0 comments · Fixed by #42
Closed
1 task done

Malformed wheel #41

frostming opened this issue Feb 20, 2020 · 0 comments · Fixed by #42
Labels
🐛 bug Something isn't working

Comments

@frostming
Copy link
Collaborator

  • 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

To build a wheel

$ pdm build

Actual behavior

wheel RECORD is malformed:

  1. The path should be / separated relative path.
  2. The hash sum digest kind is missing sha256=

Expected behavior

The wheel can't be installed correctly.

Environment Information

pdm version: master

# Paste the output of `pdm info && pdm info --env` below:
@frostming frostming added the 🐛 bug Something isn't working label Feb 20, 2020
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.

1 participant