"ERROR: Could not build wheels for pyq which use PEP 517 and cannot be installed directly" when installing PyQ?

1k views Asked by At

I'm wondering if anyone has encountered any similar errors when attempting to install PyQ for Windows? I've tried both Anaconda and the Windows prompt and there doesn't appear to be any difference in the errors produced.

Any help is much appreciated!

I've included the link to a screenshot here: https://i.stack.imgur.com/Vofnr.png

3

There are 3 answers

2
Bai Chen On BEST ANSWER

You may try install VS code for C++ before installing PyQ, or you can install PyQ on Linux if possible.

0
Matt Moore On

Try this

pip install --upgrade setuptools

0
StackPro_1111 On

The issue was you need to have VS 2017 instead of the most recent version as PyQ for Windows isn't up to date with this regard (at the time of this writing, anyway).