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
{raxod502@cephandrius} pdm-example % pdm init -n
Creating a pyproject.toml for PDM...
Virtualenv is created successfully at /home/raxod502/files/temp/pdm-example/.venv
Project is initialized successfully
{raxod502@cephandrius} pdm-example % pdm add git+https://github.com/evanpurkhiser/venmo-auto-cashout.git
Adding packages to default dependencies: git+https://github.com/evanpurkhiser/venmo-auto-cashout.git
See /home/raxod502/.local/state/pdm/log/pdm-lock-cqi0vajl.log for detailed debug log.
[InvalidVersion]: Invalid version: ''
WARNING: Add '-v' to see the detailed traceback
Presumably, the error comes from some dependency. However, the error message doesn't help identify which one.
I ran into a different error when trying to use Poetry to add the same dependency, and submitted a PR upstream at evanpurkhiser/venmo-api-unofficial#1. Maybe this error in PDM has the same root cause, but the error message doesn't make it clear if that is the case or not.
Notably the project in question (https://github.com/evanpurkhiser/venmo-auto-cashout) actually uses PDM, and pdm install works fine in that repository. But for some reason trying to add the same repository as a dependency does not work.
Expected behavior
The reason for the error should be surfaced in the error.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Verbose output
Actual behavior
Presumably, the error comes from some dependency. However, the error message doesn't help identify which one.
I ran into a different error when trying to use Poetry to add the same dependency, and submitted a PR upstream at evanpurkhiser/venmo-api-unofficial#1. Maybe this error in PDM has the same root cause, but the error message doesn't make it clear if that is the case or not.
Notably the project in question (https://github.com/evanpurkhiser/venmo-auto-cashout) actually uses PDM, and
pdm install
works fine in that repository. But for some reason trying to add the same repository as a dependency does not work.Expected behavior
The reason for the error should be surfaced in the error.
Environment Information
The text was updated successfully, but these errors were encountered: