This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 513
[BUG] issues installing QTPYLIB #157
Labels
Comments
Bumping up. Update: However, there is a reason the project has been stalled and I wouldn't exactly recommend it for anything else than learning & testing. |
Bump~ Same error for me on Windows, python 3.8.5 Thanks! |
bump ~~ |
Windows python 3.9 same problem.... |
duplicate of #141 with workaround #141 (comment) |
I have also same problem. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
An error when running pip install qtpylib --upgrade --no-cache-dir
To Reproduce
In a bash shell in the right conda environment type: pip install qtpylib --upgrade --no-cache-dir
Screenshots
ERROR: Command errored out with exit status 1:
command: /Users/cjelsa/anaconda3/envs/hft/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5r/_gg810xd6r3dk5sl19fjq0n80000gn/T/pip-install-xuoc4xs3/qtpylib/setup.py'"'"'; file='"'"'/private/var/folders/5r/_gg810xd6r3dk5sl19fjq0n80000gn/T/pip-install-xuoc4xs3/qtpylib/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/5r/_gg810xd6r3dk5sl19fjq0n80000gn/T/pip-pip-egg-info-rjzuh04o
cwd: /private/var/folders/5r/_gg810xd6r3dk5sl19fjq0n80000gn/T/pip-install-xuoc4xs3/qtpylib/
Complete output (1 lines):
error in QTPyLib setup command: "values of 'package_data' dict" must be a list of strings (got 'qtpylib/_webapp/*')
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Desktop (please complete the following information):
MacOs 10.14.6
Python 3.8.3, but same issues with 3.7.7 and 3.7.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: