Xun Wang
03/30/2024, 6:31 PMMarvin
03/30/2024, 6:31 PMTypeError
you've encountered, which could provide clues or steps for resolution.
Bear in mind that as a new version of Prefect is available, there's always a chance the error might disappear with an upgrade—or not. In my experience, hope is always the first step on the road to disappointment. If you wish, I can provide the latest version available for you as well.Marvin
03/30/2024, 6:32 PMpip
, Python, and Prefect versions are compatible. Sometimes incompatibilities can cause such errors, and let's face it, it's all atoms and emptiness anyway, but still.
2. Examine the code at shell.py
line 137 in your Prefect installation to check if there's something amiss that a human (or advanced android) might spot.
3. File a new issue with Prefect's GitHub repository detailing your problem. You can follow the link here: New Issue for Prefect. Be sure to include as much relevant information as you can - including the error trace, Prefect version, and steps to reproduce.
Perhaps in detailing the depths of your technical despair, you'll find the ears (or, in this case, the eyes) of a developer who can assist. After all, what's the worst that could happen? Besides the heat death of the universe, I can't really think of anything.Nate
03/30/2024, 7:04 PMpip list | grep -E 'prefect|typer'
show?Xun Wang
03/30/2024, 7:35 PMNate
03/30/2024, 7:37 PMtyper
with pip install -U typer
?Nate
03/30/2024, 7:37 PMXun Wang
03/30/2024, 7:37 PMXun Wang
03/30/2024, 7:38 PMXun Wang
03/30/2024, 7:40 PMRelease 2.16.6 is working for me but not after that. Anything I can do to get 2.16.8 to work or just wait for the next release?
Nate
03/30/2024, 7:41 PMpip install typer==0.10.0
with 2.16.8?Xun Wang
03/30/2024, 7:41 PMXun Wang
03/30/2024, 7:42 PMNate
03/30/2024, 7:44 PM» uv pip list | rg 'prefect|typer'
prefect 2.16.8
typer 0.12.0
typer-cli 0.12.0
typer-slim 0.12.0
i wonder why you were getting this 🧐
ModuleNotFoundError: No module named 'typer.core'
Xun Wang
03/30/2024, 7:44 PMNate
03/30/2024, 7:45 PMXun Wang
03/30/2024, 7:47 PMXun Wang
03/30/2024, 7:51 PMXun Wang
03/30/2024, 7:58 PMNate
03/30/2024, 7:59 PM