Skip to content
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

Removal of install-poetry.py #6676

Closed
Secrus opened this issue Oct 2, 2022 · 8 comments · Fixed by #8059
Closed

Removal of install-poetry.py #6676

Secrus opened this issue Oct 2, 2022 · 8 comments · Fixed by #8059
Labels
impact/deprecation Introduces or relates to a deprecation

Comments

@Secrus
Copy link
Member

Secrus commented Oct 2, 2022

This issue tracks the removal of install-poetry.py from this repository. This script is a snapshot of install.python-poetry.org before it was made a standalone repository. This older, duplicate version of the script has been kept for continuity, but is detrimental to the development of the project as it can confuse users and will not gain features/fixes like its standalone peer.

We intend to remove install-poetry.py from this repo on or after June 1, 2023.

NOTE: the script will remain in the repository history.

@neersighted
Copy link
Member

It is not June yet.

@MeganBeckett
Copy link

Has this script been removed already?

I am trying to follow the instructions on the website to remove poetry so I can update to the latest version but getting the following error when I try run curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - --uninstall

  File "<stdin>", line 1
    404: Not Found
             ^
SyntaxError: invalid syntax

I was referencing this: https://python-poetry.org/blog/announcing-poetry-1.2.0/

@neersighted
Copy link
Member

get-poetry.py is not install-poetry.py -- see #6377

@schehata
Copy link

schehata commented May 24, 2023

I am trying to uninstall using the get-poetry script but I am getting 404

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - --uninstall

UPDATE:

This worked for me, incase if anyone still facing an issue:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/901bdf0491005f1b3db41947d0d938da6838ecb9/get-poetry.py | python - --uninstall

@ralbertazzi
Copy link
Contributor

ralbertazzi commented May 24, 2023

@schehata see just one comment above yours: #6676 (comment)

@schehata
Copy link

@schehata see just one comment above yours: #6676 (comment)

I saw it, thats how I updated my comment with the correct url for the devs who are looking for the correct link.

@Secrus Secrus unpinned this issue Jun 3, 2023
drollins added a commit to BioplatformsAustralia/bpaotu that referenced this issue Jun 13, 2023
drollins added a commit to BioplatformsAustralia/bpaotu that referenced this issue Jun 14, 2023
* Better footer layout so tour highlight doesn't look wonky
(css changed `.site-footer-links a` to `.site-footer-links span`)

* Shared ExportDataButton component

Rather than 2 different "HeaderButton" ones in each search results card
data-tut prop is based off the id rather than the text content

* Update SearchButton to base data-tut off id

* Convert tours to functional components and update text

Created a TourContext to track and provide the stat of each tour
(this way we can manage multiple tours open at once)
Also use new data-tut props for buttons

* Analytics for tutorials

* Compose different tour steps for amplicon/metagenome

Metagenome tutorial flow (to skip/close data request modal)

* Have a subsidiary tour for request metagenome files modal

* Used a common component for each tutorial/tour and refactor

* Convert SamplesMapModal to functional component

* SamplesMap and MetagenomeDataRequest pop up tours

* Highlight Amplicon and Metagenome tabs in first tour step

* Convert SamplesGraphModal and short GraphModal tour

* ShortGraph Tutorial and overall tour mode context variable

* cleanup

* Rename context state variables for short 'subtours'

* Tour text

* Ensure main tutorial starts from the start if user switches page

* Fix search results table headers

Fixes #269

* Prevent duplicated Environment filter in map/graph modal

Fixes #268

* Tour content

* Tour edits

* grammar

* version update

* Update docker poetry install

python-poetry/poetry#6676

* version update
@fahmieshaq
Copy link

fahmieshaq commented Jul 5, 2023

I am trying to uninstall using the get-poetry script but I am getting 404

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - --uninstall

UPDATE:

This worked for me, incase if anyone still facing an issue:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/901bdf0491005f1b3db41947d0d938da6838ecb9/get-poetry.py | python - --uninstall

Worked!

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/901bdf0491005f1b3db41947d0d938da6838ecb9/get-poetry.py | python3 - --uninstall

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
impact/deprecation Introduces or relates to a deprecation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants