CalledProcessError Immediately after install when installing dynamic versioning plugin #7819
Labels
area/plugin-api
Related to plugins/plugin API
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
-vvv
option) and have included the output below.Issue
I had a problem updating my project's dependencies. It returned
CalledProcessError
when I ranpoetry install
. I tried running it again and got a ModuleNotFound error for poetry.console. I then tried a reinstall of poetry.I use
pipx
to manage my poetry installation so I ran:You can see it uninstalls
charset-normalizer
but then it throws an exception.I then ran:
I've tried reinstalling and get the same results.
The text was updated successfully, but these errors were encountered: