Installing package from github (git+ syntax) fails due to inconsistent internal identification #901
Closed
1 task done
Labels
🐛 bug
Something isn't working
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
pdm add git+https://github.com/VLL-HD/FrEIA.git
Actual behavior
Adding the package fails:
Expected behavior
Adding the package succeeds.
Environment Information
Debugging
I started debugging this and found that pdm first identifies the package as
:empty:...
(as defined in requirements.py:136), but later somehow identifies the package actually as freia. Because of this inconsistency the depth is not correctly registered and the dictionary key lookup fails.The text was updated successfully, but these errors were encountered: