full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Poetry installer out of date

Open Zaffer opened this issue 4 years ago • 1 comments

The link in the read me and also the terminal output of docker compose shows: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py

But it's depreciated, must now be:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py

Zaffer avatar Jun 15 '21 20:06 Zaffer

I just tried "upgrading" it to install-poetry and it won't work. Main blocker right now is that it doesn't allow to use global env (https://github.com/python-poetry/poetry/issues/4187) which is necessary backend.

They seem to went to fast with "deprecation" message. It's only in the readme and their official website still has "get-poetry" script.

laszukdawid avatar Jun 22 '21 23:06 laszukdawid

Thanks! It should be working now that it's all updated. :nerd_face:

tiangolo avatar Mar 12 '24 16:03 tiangolo