getsolus / packages

Solus Package Monorepo & Issue Tracker
66 stars 85 forks source link

pitivi failed to launch #818

Closed malfisya closed 1 year ago

malfisya commented 1 year ago

Summary

pitivi failed to launch from launcher and terminal. It says matplotlib not found in system. I already verified that matplotlib is indeed installed.

Steps to reproduce

  1. Install pitivi
  2. Run pitivi via launcher or via terminal

Expected result

pitivi launched

Actual result

via terminal

alfisya@dev-solus ~ $ pitivi 

** (gst-plugin-scanner:40667): CRITICAL **: 10:23:14.252: Couldn't g_module_open libpython. Reason: /usr/lib64/libpython3.10.so: cannot open shared object file: No such file or directory
ERROR - The following hard dependencies are unmet:
==================================================
- matplotlib not found on the system
Missing soft dependency:
- cvtracker GStreamer element not found on the system
    -> enables object tracking
Missing soft dependency:
- librosa not found on the system
    -> enables beat detection functionality

Environment

Repo

Unstable

Desktop Environment

GNOME

System details

System Details Report


Report details

Hardware Information:

Software Information:

Other comments

I have tried to rebuild pitivi and matplotlib to no effect

joebonrichie commented 1 year ago

Do you have python3 and matplotlib installed? They should be installed as part of pitivi automatically?

malfisya commented 1 year ago

Yes, i can confirm both python3 and matplotlib are installed. matplotlib is pulled automatically when installing pitivi. python3 is already in system before that

algent-al commented 1 year ago

It is missing scipy.

malfisya commented 1 year ago

Unfortunately, this still doesn't fix it. scipy is installed but still spits out the same error. I already did eopkg it --reinstall pitivi, still same error. Then I did eopkg rm pitivi , eopkg rmo, then eopkg it pitivi, still same error.

algent-al commented 1 year ago

Please check pitivi again after latest updates.

malfisya commented 1 year ago

Just installed again, still same error. Is there anymore i can do to help troubleshoot this?

ReillyBrogan commented 1 year ago

e1481aeeb7ba7e64a298344b5fa32444e4ed7524

malfisya commented 1 year ago

Nice, confirmed working. Thank you!