Issue: poetry remove <package-name> fails #9807
Unanswered
mraabhijit
asked this question in
Q&A
Replies: 1 comment
-
as you can see, this is just shelling out to
you'll want to verify that running that command manually fails in the same way and then figure out what is wrong with your (or it might be easier just to delete and recreate the virtualenv) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to using poetry and so I was trying to remove a pre-installed package using
poetry remove
.Ideally, this should be straight forward and remove the package while updating the
.lock
file.However, it says that the operation has failed. Below is the trace of the error message I get. Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions