tartube
tartube copied to clipboard
Python bug on fedora. Program don't launch
trafficstars
On latest Fedora 36, on linux, tartube just don't launch and throw a python error.
Traceback (most recent call last):
File "/usr/bin/tartube", line 40, in <module>
import mainapp
File "/usr/lib/python3.10/site-packages/tartube/mainapp.py", line 96, in <module>
import config
File "/usr/lib/python3.10/site-packages/tartube/config.py", line 56, in <module>
from matplotlib.backends.backend_gtk3agg import FigureCanvasGTK3Agg
ModuleNotFoundError: No module named 'matplotlib.backends.backend_gtk3agg'
Looks like a matplotlib issue.
TODO We'll add this later, importing the gtk3 backends requires an active X-session, which is not compatible with cron jobs.
You can try uninstalling matplotlib from your system, since it's an optional dependency.
Your problem should have resolved it self now (using today's release, v2.4.165). If not, feel free to reopen this issue.