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

Not able to install on Debian 10 due to some pyqt5 error #26

Open
stevavoliajvar opened this issue Oct 29, 2020 · 1 comment
Open

Not able to install on Debian 10 due to some pyqt5 error #26

stevavoliajvar opened this issue Oct 29, 2020 · 1 comment

Comments

@stevavoliajvar
Copy link

I am using Debian 10, and cannot get flask-desktop to work.

Running

pip install git+git://github.com/widdershin/flask-desktop.git

and it gives me the next output

Collecting git+git://github.com/widdershin/flask-desktop.git
  Cloning git://github.com/widdershin/flask-desktop.git to /tmp/pip-req-build-eat_z9lm
Collecting Flask==1.0 (from WebUI==0.2.1)
  Using cached https://files.pythonhosted.org/packages/55/b1/4365193655df97227ace49311365cc296e74b60c7f5c63d23cd30175e2f6/Flask-1.0-py2.py3-none-any.whl
Requirement already satisfied: Jinja2==2.10 in /usr/lib/python3/dist-packages (from WebUI==0.2.1) (2.10)
Collecting MarkupSafe==1.1.1 (from WebUI==0.2.1)
  Using cached https://files.pythonhosted.org/packages/98/7b/ff284bd8c80654e471b769062a9b43cc5d03e7a615048d96f4619df8d420/MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl
Collecting PyQt5==5.15.0 (from WebUI==0.2.1)
  Using cached https://files.pythonhosted.org/packages/8c/90/82c62bbbadcca98e8c6fa84f1a638de1ed1c89e85368241e9cc43fcbc320/PyQt5-5.15.0.tar.gz
  Installing build dependencies ... done
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/lib/python3.7/tokenize.py", line 447, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-q58gk5hu/PyQt5/setup.py'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-q58gk5hu/PyQt5/

Anyone had same issue and solved it ?

@Jasperabez
Copy link
Collaborator

Are you using a python virtual environment?
Using a virtual environment might be the simplest way to solve your issue, or try clearing your pip cache.

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