trigg / DiscordOverlayLinux

A QT/X11 based Discord overlay
https://github.com/trigg/DiscordOverlayLinux
Other
202 stars 10 forks source link

installation keeps failing #44

Closed yunusp closed 4 years ago

yunusp commented 4 years ago
      File "<string>", line 1, in <module>
      File "/usr/lib/python3.6/tokenize.py", line 452, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-hfgbj4k8/PyQt5/setup.py'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hfgbj4k8/PyQt5/

how should i fix this?

trigg commented 4 years ago

More information would help. What Distro, version etc.

yunusp commented 4 years ago

@trigg elementary os hera ubuntu 18.04.

midget3111 commented 4 years ago

@yunusp running the following solved it for me - sudo pip3 install --upgrade pip && sudo pip3 install PyQt5

yunusp commented 4 years ago

ok this worked, thanks :)

midget3111 commented 4 years ago

No problem! I'll go ahead and close the issue :)