-
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
"This installer is deprecated" with recommended install #4128
Comments
Hello, the The deprecation warnings arises because this script will be replaced by the fin swimmer |
Thank you for your response and your work on Poetry. I understand that I just think it's a bad user experience to follow the official instructions and get a deprecation warning, even though there's nothing you can do about it. If this is the intent, maybe the wording should be changed to still warn the user that 1.2 will require a reinstall, without sending them searching for the non-deprecated installer which isn't released yet. Thanks again! |
I know this issue is closed but I think @nzig brings up a very valid and important point. I'm relatively positive that I'm not the only person who clicked the little thumbs up on his comment because we wound up here googling "Okay, so how am I supposed to install poetry if the script from the documentation is the wrong way to do this" I think perhaps the wording should be changed from saying "This script is deprecated" to something like
|
I can confirm as this is exactly why I'm here. Maybe just an update to the docs saying you can ignore that message for now would be a sufficient fix. I nearly uninstalled thinking I had messed something up! |
I second the previous comments, better wording could save folks some time searching for the non-deprecated installation method. |
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. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Docker image
python:3.9.5-buster
Poetry version: Installing from
master
Link of a Gist with the contents of your pyproject.toml file: Not relevant
Issue
When installing Poetry according to the documentation by running
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
The following warnings is printed:
This seems to be because of c28728f. I think the root of the issue is that the instructions recommend you use
master
to install the current version (1.1), butmaster
has already been updated to the 1.2 situation with the deprecation.I think either the recommended install should use the
1.1
branch, ormaster
should be reverted not to issue deprecation warnings until1.2
is released.The text was updated successfully, but these errors were encountered: