-
Hello! I'm not sure if this is an issue or not so I figured I would ask it here first. Ever since the move to Poetry, I am seeing this error when I try to set up a development environment in a fresh repository:
Do you have any pointers on how to solve this issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey! I don't have this issue, what command did you run exactly to get this error? |
Beta Was this translation helpful? Give feedback.
-
Poetry now installs the package in its |
Beta Was this translation helpful? Give feedback.
Poetry now installs the package in its
$PATH
, so you now have to invoke Kosmorro like you would if it were installed on your system, by simply writingkosmorro
:)If Kosmorro is already installed on your system, you can ensure you are using the development version with
which kosmorro
: the returned path should be in Poetry's cache.