Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VirtScreen does not run on ArchLinux #15

Closed
vs0uz4 opened this issue Aug 22, 2018 · 3 comments
Closed

VirtScreen does not run on ArchLinux #15

vs0uz4 opened this issue Aug 22, 2018 · 3 comments
Assignees

Comments

@vs0uz4
Copy link

vs0uz4 commented Aug 22, 2018

After installing it with:
$ yaourt virtscreen

When executing the command:
$ virtscreen

The error reported on the screen is as follows

Traceback (most recent call last):
  File "/usr/bin/virtscreen", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3105, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3089, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3118, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 578, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 895, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 781, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'PyQt5>=5.10.1' distribution was not found and is required by virtscreen

Checking the pyqt5 versions in ArchLinux, I noticed that the installed version is higher than the one requested.

extra / pyqt5-common 5.11.2-2 [installed]
    Common PyQt files shared between python-pyqt5 and python2-pyqt5
extra / python-pyqt5 5.11.2-2 [installed]
    A set of Python 3.x bindings for the Qt5 toolkit
@kbumsik
Copy link
Owner

kbumsik commented Aug 22, 2018

Hello,
I just noticed that. this happens because python-pyqt5 Arch Linux package does not have metadata that can be recognized while checking the dependencies. I am looking for a workaround now. I will let you know when it's finished :)

@kbumsik kbumsik self-assigned this Aug 22, 2018
@kbumsik
Copy link
Owner

kbumsik commented Aug 22, 2018

@vs0uz4 Fixed in f62fa66. Thanks for reporting!

@kbumsik
Copy link
Owner

kbumsik commented Sep 8, 2018

Closing the issue cuz I believe it does not happen anymore. Thanks for reporting!

@kbumsik kbumsik closed this as completed Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants