有没有办法在linux上安装poppler for python3?
我已经使用apt-get install python-poppler为Python2安装了它,但我还没有找到如何为Python3安装它。
我使用的是Ubuntu 14.04 trusty
发布于 2016-09-16 10:30:22
在Ubuntu16.04上,您可以安装python3-poppler-qt4或python3-poppler-qt5包,例如:
sudo apt-get install python3-poppler-qt4python3-poppler-qt5在Xenial之前的版本中似乎不可用,python3-poppler-qt4可以通过这种方式安装在16.04或15.10上,但不能在更早的版本上安装。
https://stackoverflow.com/questions/39522374
复制相似问题