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
When I try to launch morshutalkgui, I get the following error.
Traceback (most recent call last):
File "~/.local/bin/morshutalkgui", line 5, in <module>
from morshutalkgui.__main__ import main
File "~/.local/share/pipx/venvs/morshutalk/lib/python3.12/site-packages/morshutalkgui/__main__.py", line 2, in <module>
from PySide6.QtWidgets import QApplication
ModuleNotFoundError: No module named 'PySide6'
I am running this via Python 3.12.4, on Arch.
The text was updated successfully, but these errors were encountered:
Hello,
When I try to launch
morshutalkgui
, I get the following error.I am running this via Python 3.12.4, on Arch.
The text was updated successfully, but these errors were encountered: