Replies: 1 comment 1 reply
-
@frostming Could I please get some help with this? Am I doing something very obviously wrong? I tried linking it from GitLab using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a package from a url, specifically spot (https://spot.lre.epita.fr/install.html). When running the following command:
pdm add "spot @ http://www.lrde.epita.fr/dload/spot/spot-2.12.tar.gz" -v
I get an error message:
KeyError: 'The package is missing a name or version'
Is there a way to manually specify the version for a dependency?
Full message:
Beta Was this translation helpful? Give feedback.
All reactions