OpenShot problem run

Hello
I have a problem with OpenShot, I install it from the repository (Haikudepot).
But when you install all the dependencies, and I run the program, nothing happens.
I searched the forum, if there is any indication.
I try it from the terminal and this is what it tells me.

(
Loaded modules from installed directory: /boot/system/lib/python3.6/vendor-packages/openshot_qt-2.4.4-py3.6.egg/openshot_qt
Traceback (most recent call last):
File “./OpenShot”, line 11, in
load_entry_point(‘openshot-qt==2.4.4’, ‘gui_scripts’, ‘openshot-qt’)()
File “/packages/openshot-2.4.4-2/cmd~python3.6/lib/python3.6/vendor-packages/pkg_resources/init.py”, line 565, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/packages/openshot-2.4.4-2/cmd~python3.6/lib/python3.6/vendor-packages/pkg_resources/init.py”, line 2631, in load_entry_point
return ep.load()
File “/packages/openshot-2.4.4-2/cmd~python3.6/lib/python3.6/vendor-packages/pkg_resources/init.py”, line 2291, in load
return self.resolve()
File “/packages/openshot-2.4.4-2/cmd~python3.6/lib/python3.6/vendor-packages/pkg_resources/init.py”, line 2297, in resolve
module = import(self.module_name, fromlist=[‘name’], level=0)
File “/packages/openshot-2.4.4-2/cmd~python3.6/lib/python3.6/vendor-packages/openshot_qt-2.4.4-py3.6.egg/openshot_qt/launch.py”, line 55, in
from classes.app import OpenShotApp
File “/boot/system/lib/python3.6/vendor-packages/openshot_qt-2.4.4-py3.6.egg/openshot_qt/classes/app.py”, line 41, in
from classes import info, settings, project_data, updates, language, ui_util, logger_libopenshot
File “/boot/system/lib/python3.6/vendor-packages/openshot_qt-2.4.4-py3.6.egg/openshot_qt/classes/logger_libopenshot.py”, line 31, in
import openshot
ModuleNotFoundError: No module named ‘openshot’
)

Could you tell me what the problem may be.
Thank you

I’ve had OpenShot installed for some time and it did definitely work when I installed it. But when I try to run it now I get:
Traceback (most recent call last):
File “/boot/system/apps/OpenShot”, line 6, in
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named ‘pkg_resources’

Fixed.
Update packages and try again.

5 Likes

Thank you

Updated and it already works

1 Like

Thanks @3dEyes, it is working now.