tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.51k stars 369 forks source link

pip install tortoise-orm==0.20.0 show error #1439

Open Hillsir opened 1 year ago

Hillsir commented 1 year ago

cmd run pip install -U tortoise-orm==0.20.0 -i https://pypi.python.org/simple but i get this error image

https://tortoise.github.io/index.html show 0.20.0 is published

long2ice commented 1 year ago

Not released yet

plusiv commented 1 year ago

cmd run pip install -U tortoise-orm==0.20.0 -i https://pypi.python.org/simple but i get this error image

https://tortoise.github.io/index.html show 0.20.0 is published

You can try pip install -U https://github.com/tortoise/tortoise-orm/archive/develop.zip

long2ice commented 1 year ago

Feedback if anything wrong

hyeongguen-song commented 1 year ago

it works well. thanks @long2ice

tomhamiltonstubber commented 1 year ago

@long2ice can we get a release on this any time soon?

vlakius commented 10 months ago

@long2ice 0.20.0 has been released (see https://github.com/tortoise/tortoise-orm/discussions/1451). i think you can close this