The command "poly" does not exist. #88
-
|
Hi @DavidVujic Just an installation issue I noticed on my machine (Mac M1) when setting up a new repo for polylith using your plugin. I was creating a new repo with > poetry self add poetry-multiproject-plugin
The following packages are already present in the pyproject.toml and will be skipped:
• poetry-multiproject-plugin
If you want to update it to the latest compatible version, you can use `poetry self update`.
If you prefer to upgrade it to the latest available version, you can use `poetry self add package@latest`.
Nothing to add.The same goes for the other poetry plugin So this should all work find right? The issueWell I was finding that the > poetry poly create ...
The command "poly" does not exist.The fixI found that the fix required me to run poetry self updateThis seemed to fix the issue and now I can create a workspace. I wanted to flag as this was a bit unexpected and I wasn't quite sure why it happened. If others have the same issue try Matt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'll convert this into a Github discussion, if others run in to this behavior in Poetry and look for a solution. Thanks @ttamg! 🙏 |
Beta Was this translation helpful? Give feedback.
I'll convert this into a Github discussion, if others run in to this behavior in Poetry and look for a solution. Thanks @ttamg! 🙏