We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I am using Debian 10, and cannot get flask-desktop to work.
Running
and it gives me the next output
Anyone had same issue and solved it ?
The text was updated successfully, but these errors were encountered: