Closed tititestor closed 7 years ago
So apparently taiga
module can't be found in your python path. Make sure that taiga-stats
and taiga
are using the same python version (should be py3 both). Did you install the dependencies with pip3 install -r requirements.txt
? Using virtualenv? :)
Hi Erik,
Thanks for your help.
I don't use virtualenv.
So, I launched "pip3 install -r requirements.txt" instead of "pip install -r requirements.txt"
and now, I have
`./taiga-stats -h
Traceback (most recent call last):
File "/usr/lib/python3.5/tkinter/init.py", line 36, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./taiga-stats", line 15, in
Hmm this could be a missing requirement possibly. Could you try using the virtualenv approach found in the README, just to make sure that it's really a missing dependency in a clean environment? :)
Ok, I will try monday.
Best regards, Titi
Thanks
Same problem on virtual env. (ImportError: No module named '_tkinter', please install the python3-tk package) So, I install python3-tk package and WORKS !!!!
Thanks for you help.
Hello, I'm on ubuntu 16.04 LTS server. My Taiga system works fine, so I installed taiga-stats and i have following error.
Could you help me? BR, Titi