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
After installing all the dependencies, and Tuhi without problem on Ubuntu 22.04 (and Python 3.10.6) I get the following error message (just bellow).
Any help welcomed!
Best regards
~$ tuhi
Traceback (most recent call last):
File "/usr/local/libexec/tuhi/tuhi-server", line 14, in
import tuhi.base
ModuleNotFoundError: No module named 'tuhi'
Traceback (most recent call last):
File "/usr/local/libexec/tuhi/tuhi-gui", line 31, in
from tuhi.gui.application import main
ModuleNotFoundError: No module named 'tuhi'
The text was updated successfully, but these errors were encountered:
only time for a quick answer: looks like you installed into /usr/local and the tuhi package likely into /usr/local/lib/site-packages/.... This is probably not in your PYTHONPATH. Can be fixed by supplying --prefix=/usr to meson or adjusting the PYTHONPATH manually. Both should be easy to find in your preferred search engine.
After installing all the dependencies, and Tuhi without problem on Ubuntu 22.04 (and Python 3.10.6) I get the following error message (just bellow).
Any help welcomed!
Best regards
~$ tuhi
Traceback (most recent call last):
File "/usr/local/libexec/tuhi/tuhi-server", line 14, in
import tuhi.base
ModuleNotFoundError: No module named 'tuhi'
Traceback (most recent call last):
File "/usr/local/libexec/tuhi/tuhi-gui", line 31, in
from tuhi.gui.application import main
ModuleNotFoundError: No module named 'tuhi'
The text was updated successfully, but these errors were encountered: