Replies: 1 comment
-
|
Works well with current version (Typer 0.17.4, Python 3.12) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
sys.pathis incorrect when running thetyperCLI command!to see this, make two files,
some_other_module_in_curdir.pyandmain.pycontainingRunning
python main.py "hello world"works:But running
typer main.py "hello world"fails:Operating System
macOS
Operating System Details
MacOS, running in
Typer Version
0.15.1
Python Version
Python 3.13.1
Additional Context
Also happens on Python 3.12
Beta Was this translation helpful? Give feedback.
All reactions