-
Hey guys, Trying to install dependencies locally but can't get the dev dependencies working properly, e.g
The result is Any ideas on what I'm doing wrong? Running poetry version 1.4.1 |
Beta Was this translation helpful? Give feedback.
Answered by
homanp
Mar 21, 2023
Replies: 1 comment
-
After discussing it with @hwchase17 I tried using the following command which works:
You can read more about it here: microsoft/debugpy#1246 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
homanp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After discussing it with @hwchase17 I tried using the following command which works:
poetry config installer.modern-installation false
You can read more about it here: microsoft/debugpy#1246