pip install python-poppler-qt5,命令“ python setup.py egg_info”失败,错误代码为1

时间:2019-07-19 00:08:28

标签: python python-3.x user-interface pyqt5

当我尝试点子安装python-poppler-qt5时,出现以下错误。

pip install python-poppler-qt5
Collecting python-poppler-qt5
Using cached https://files.pythonhosted.org/packages/af/e7/aa451d4ca0910472c4442d8aa6ef44300852926d85ad033b029a22157027/python-poppler-qt5-0.24.2.tar.gz
    ERROR: Complete output from command python setup.py egg_info:
    ERROR: running egg_info
    creating pip-egg-info\python_poppler_qt5.egg-info
    writing pip-egg-info\python_poppler_qt5.egg-info\PKG-INFO
    writing dependency_links to pip-egg-info\python_poppler_qt5.egg-info\dependency_links.txt
    writing top-level names to pip-egg-info\python_poppler_qt5.egg-info\top_level.txt
    writing manifest file 'pip-egg-info\python_poppler_qt5.egg-info\SOURCES.txt'
    Failed to determine Qt version ([WinError 2] The system cannot find the file specified).
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\jmcaw\AppData\Local\Temp\pip-install-j38nh0qa\python-poppler-qt5\

0 个答案:

没有答案