-
Notifications
You must be signed in to change notification settings - Fork 25
[BUG] Cannot install the package using poetry 1.4.X #175
Comments
same here |
it looks like it's case sensitive. The file inflates as This is probably because the .whl filename on pypi is named This is a regression in Poetry 1.4.0 and I've submitted a bug here: python-poetry/poetry#7572 However, as a workaround, you can download the .whl file from PyPI itself here, rename it to the proper lower-case name, and then use
@yuval9313 if you could change the case of the project in |
Thank you for the breakdown! |
I assume you are right, I will do it but I must check with pypi to prevent 2 packages with the same name, one lower case and one like it is now |
@yuval9313 Could you please make the change for us to easy upgrade. |
I wonder, is it possible to create both version with the original weird case and lower case one as well? I has some issues with pypi last time I tried to post the .whl file and hadn't gotten to it since |
I depend on your code a lot and need to upgrade :s :) |
Works as of 0.4.5 |
Error installing the package using poetry 1.4.0.
To reproduce: install or upgrade to poetry 4 and try to install latest fastapi-restful.
The text was updated successfully, but these errors were encountered: