【发布时间】:2020-04-17 06:26:34
【问题描述】:
我正在使用 python 包 pdf2img,但我收到一个错误,要求我检查是否安装了 poppler,所以我在 colab 的代码框中运行了“pip install python-poppler-qt5”,但后来我得到以下错误:
Collecting python-poppler-qt5 Using cached https://files.pythonhosted.org/packages/6a/7d/65a14ece5dd6a1564b576c1ca30b0f5639be64cc55b62b4d2b497159ed43/python-poppler-qt5-0.75.0.tar.gz
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
谁能给我一个解决方案?
【问题讨论】:
标签: python python-3.x google-colaboratory poppler