Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

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

Open
b-jazz opened this issue Nov 28, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@b-jazz
Copy link

b-jazz commented Nov 28, 2022

馃悰 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 b-jazz added the bug Something isn't working label Nov 28, 2022
@github-actions
Copy link

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.

@apowers313
Copy link

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 -

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants