Cannot install python-poppler-qt5 on windows 8.1

2020-02-13 02:01发布

问题:

I got this error when trying to install python-poppler-qt5 on windows 8.1 "Failed to determine Qt version ([WinError 2] The system cannot find the file specified)"

I have googled the whole day but still couldn't find the solution to that. What's the problem?

回答1:

Run the following command in cmd:

pip install python-qt5

Your problem should be solved now.