-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied when attempting poetry self update --preview
#4426
Comments
I am able to replicate this when I attempt
|
For anyone getting a similar error, I was able to update to v1.1.12 by running: $ exit
$ deactivate
$ poetry self update |
Maybe it's duplication of #5490 and the real problem is pypa/setuptools#3278 ? |
I'm closing this as there is no reproduction overall; this appears to mostly be an artifact of trying to self upgrade a distro-installed Poetry (which will not work). @jedie this is unrelated to #6371 or pypa/setuptools#3278. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
I installed poetry using the new
install-poetry.py
script as described here.I then proceeded to attempt and upgrade to 1.2.0a2 by running the command:
poetry self update --preview
and got the following error:The text was updated successfully, but these errors were encountered: