python-package-template icon indicating copy to clipboard operation
python-package-template copied to clipboard

install-poetry.py has changed the canonical URL and request that users change references to it

Open b-jazz opened this issue 2 years ago • 2 comments

🐛 Bug Report

The location of Poetry's installation script has been changed and generates

🔬 How To Reproduce

Steps to reproduce the behavior:

  1. Run the poetry-download target in the makefile
  2. Note the output has a deprecation warning at the very top.

Code sample

$ make poetry-download                                                                
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -                       
The canonical source for Poetry's installation script is now https://install.python-poetry.org. Please update your usage to
 reflect this.                                                                                                             
Retrieving Poetry metadata                                                                                                 
                                                                                                                           
# Welcome to Poetry!
...

Environment

  • OS: [e.g. Linux / Windows / macOS] Linux
  • Python version, get it with: 3.10.6
$ python --version
Python 3.10.6

Screenshots

📈 Expected behavior

📎 Additional context

b-jazz avatar Nov 28 '22 00:11 b-jazz

Hello @b-jazz, thank you for your interest in our work!

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

github-actions[bot] avatar Nov 28 '22 00:11 github-actions[bot]

Old URL no longer redirects, now it just throws a 404. The official instructions now say to use this URL / script (which seems to be the same as above):

curl -sSL https://install.python-poetry.org | python3 -

apowers313 avatar Jun 14 '23 17:06 apowers313