Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'tuhi' #298

Open
manumart opened this issue Dec 26, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'tuhi' #298

manumart opened this issue Dec 26, 2022 · 1 comment

Comments

@manumart
Copy link

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'

@whot
Copy link
Contributor

whot commented Dec 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants