PDM command pdm install --prod
won't work with editable packages.
#1907
Replies: 1 comment 2 replies
-
In your case you don't need to specify |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
When I am trying to run
pdm install --prod
, I am facing an error.In
pyproject.toml
, I have added local package as editable package in dev dependencies and added same package in default dependencies. When I try to runpdm install --prod
, I am facing below errorerror
:pyproject.tom file
:Beta Was this translation helpful? Give feedback.
All reactions