Project

General

Profile

Bug #3036

[openshot]: The 'openshot-qt==2.5.1' distribution was not found and is required by the application

avalos - almost 3 years ago - . Updated over 2 years ago.

Status:
in progress
Priority:
bug
Assignee:
% Done:

0%


Description

Hello! I just installed Openshot 2.5.1-1 and it throws this Python related traceback when I run openshot-qt:

Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3243, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 568, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 886, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'openshot-qt==2.5.1' distribution was not found and is required by the application

History

#1

Updated by bill-auger almost 3 years ago

  • Status changed from unconfirmed to confirmed
  • Subject changed from Openshot: The 'openshot-qt==2.5.1' distribution was not found and is required by the application to [openshot]: The 'openshot-qt==2.5.1' distribution was not found and is required by the application

i get a different error, but its definitely broken - this may need to be pinned to qt5-base?

$ openshot-qt 
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 33, in <module>
    sys.exit(load_entry_point('openshot-qt==2.5.1', 'gui_scripts', 'openshot-qt')())
  File "/usr/bin/openshot-qt", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: openshot-qt
#2

Updated by avalos almost 3 years ago

this may need to be pinned to qt5-base?

I think it might possibly have something to do with pyqt5, rather than qt5 itself.

#3

Updated by bill-auger almost 3 years ago

  • Assignee set to bill-auger
  • Status changed from confirmed to in progress
#4

Updated by pavelsayekat over 2 years ago

anyhow it's just that it's still broken.

$ openshot-qt
Traceback (most recent call last):
File "/usr/bin/openshot-qt", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3243, in <module>
def initialize_master_working_set():
File "/usr/lib/python3.9/site-packages/pkg_resources/
_init__.py", line 3226, in call_aside
f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/pkg_resources/
_init__.py", line 3255, in initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.9/site-packages/pkg_resources/
_init__.py", line 568, in build_master
ws.require(requires)
File "/usr/lib/python3.9/site-packages/pkg_resources/
_init__.py", line 886, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'openshot-qt==2.5.1' distribution was not found and is required by the application

Also available in: Atom PDF