You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create an new project and run pdm init && pdm install
Actual behavior
Synchronizing working set with lock file: 1 to add, 0 to update, 0 to remove
Installing the project as an editable package...
✖ Install test 0.0.0 failed
See /tmp/pdm-install-fv9v7v7u.log for detailed debug log.
[TypeError]: __init__() got an unexpected keyword argument 'platform'
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Create an new project and run
pdm init && pdm install
Actual behavior
BTW the log is empty
Expected behavior
There should be no error
Environment Information
The code which causes this bug is here:
https://github.com/frostming/pdm/blob/47dd14f92aee101cbe27122d5532717966527670/pdm/utils.py#L170-L171
I think pip may have changed its internal API.
The text was updated successfully, but these errors were encountered: