Python 3 and Ubuntu 16: 我无法在 Anaconda 中安装 pdfminer?

Python 3 and Ubuntu 16: I am unable to install pdfminer in Anaconda?

我已经尝试在 Anaconda 中安装 pdfminer 大约半个小时了,但我只能在终端看到消息 "Solving environment"。

我正在使用

conda install -c conda-forge pdfminer

我做错了什么?

我发现有一个更新的库叫做 pdfminer.six,我可以在 Anaconda 中安装它。

当您尝试 google 它时,您会发现

https://anaconda.org/conda-forge/pdfminer

告诉你安装

 conda install -c conda-forge pdfminer 

正确的应该是

 conda install -c conda-forge pdfminer.six