You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I installed timer-cli in Python virtual environment venv and I get this error:
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/pi/.venv/lib/python3.11/site-packages/timer/__main__.py", line 9, in <module> from art import text2art # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'art' (.venv) pi@companion:~ $ /usr/bin/python3 /home/pi/.venv/lib/python3.11/site-packages/timer 1h30m Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/pi/.venv/lib/python3.11/site-packages/timer/__main__.py", line 9, in <module> from art import text2art # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'art'
Can you help me?
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
I installed timer-cli in Python virtual environment venv and I get this error:
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/pi/.venv/lib/python3.11/site-packages/timer/__main__.py", line 9, in <module> from art import text2art # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'art' (.venv) pi@companion:~ $ /usr/bin/python3 /home/pi/.venv/lib/python3.11/site-packages/timer 1h30m Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/pi/.venv/lib/python3.11/site-packages/timer/__main__.py", line 9, in <module> from art import text2art # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'art'
Can you help me?
Best regards
The text was updated successfully, but these errors were encountered: