-
-
Notifications
You must be signed in to change notification settings - Fork 671
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
🐛 Upgrading from typer<0.12.0
to typer==0.12.0
breaks the install by partially removing the package/module files
#790
Comments
Minor typo in the title: should be |
Yes - I ran into this problem here: django-commons/django-typer#47 I think its a bug in pip. I would expect this to work. In my case, since my downstream users did not need the cli, changing the dependency from typer to typer-slim allowed the updates to work. I tested this using normal pip upgrades and poetry updates |
typer>0.12.0
to typer==0.12.0
breaks the install by partially removing the package/module filestyper<0.12.0
to typer==0.12.0
breaks the install by partially removing the package/module files
This was fixed in #791, released in Typer |
Is this really solved?
I have typer installed via pipenv as a dependency of |
This is reproduced and being worked on right now. 🤓
Discussed in #784
Originally posted by brianmedigate March 31, 2024
First Check
Commit to Help
Example Code
Description
After upgrading typer 0.9.0 to 0.12.0 in an existing virtual environment, the
typer
directory in site packages doesn't contain the expected code of typer. It looks like it only contains typer-cli or something like that. I'm guessing it has something to do with the recent packaging changes in #780.Operating System
Linux
Operating System Details
Ubuntu 22.04.3
Typer Version
0.12.0
Python Version
3.8.18
Additional Context
No response
The text was updated successfully, but these errors were encountered: