Cannot install python-poppler-qt5 on windows 8.1

前端 未结 1 522
情歌与酒
情歌与酒 2020-12-20 02:49

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)\"

相关标签:
1条回答
  • 2020-12-20 03:13

    Run the following command in cmd:

    pip install python-qt5
    

    Your problem should be solved now.

    0 讨论(0)
提交回复
热议问题