Closed laurenmarietta closed 4 years ago
That sounds reasonable. Since you already did the work, do you want to open a pull request to this repo? Thanks!
Given that this is my last week at ST, I'm quite swamped and don't have the time to do that right now - but I hope it will be an easy addition!
Actually, thinking about this more, Qt is a non-Python library. qtpy
or PyQt
is a Python wrapper around it. I am not sure if PyPI can pull down the underlying Qt library by just having it in setup.py
. conda
pulls it down but not pip
, I think.
How exactly did you install wss_tools
? Did you follow exactly the instructions at https://wss-tools.readthedocs.io/en/latest/wss_tools/install.html ?
If someone else run into this problem and can provide more info, please open a new issue.
I've run into this problem now a number of times while trying to install
wss_tools
. I get the following traceback:I fix this by installing PyQt, so I think this error could be avoided by adding
PyQt5
to theinstall_requires
list insetup.py
.