tartube icon indicating copy to clipboard operation
tartube copied to clipboard

Python bug on fedora. Program don't launch

Open tr1p0p opened this issue 3 years ago • 2 comments
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'

tr1p0p avatar Jun 12 '22 12:06 tr1p0p

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.

axcore avatar Jun 12 '22 13:06 axcore

You can try uninstalling matplotlib from your system, since it's an optional dependency.

axcore avatar Jun 12 '22 13:06 axcore

Your problem should have resolved it self now (using today's release, v2.4.165). If not, feel free to reopen this issue.

axcore avatar Nov 24 '22 16:11 axcore