Instructions for Typer don't work
bu-ra3y opened this issue · 2 comments
bu-ra3y commented
Hey guys!
This project looks very cool.
I followed the instructions for Typer but got an import error.
➜ poetry add "trogon[typer]"
Using version ^0.5.0 for trogon
Updating dependencies
Resolving dependencies... (0.3s)
Package operations: 5 installs, 0 updates, 0 removals
- Installing uc-micro-py (1.0.3)
- Installing linkify-it-py (2.0.3)
- Installing mdit-py-plugins (0.4.2)
- Installing textual (0.79.1)
- Installing trogon (0.5.0)
Writing lock file
~/code/eye 3.12.2 [ eye] 📦 0.4.0 on main [!?] using ☁️ default/gecko-dev-fde
➜ python eye_cli/eye.py tui
Traceback (most recent call last):
File "/Users/will.barley/code/eye/eye_cli/eye.py", line 12, in <module>
from trogon.typer import init_tui
ModuleNotFoundError: No module named 'trogon.typer'
I tried installing via both
poetry add trogon
and
poetry add "trogon[typer]"