无法在 macOS 上为 Python 3.6 导入 pdftotext

Posted

技术标签:

【中文标题】无法在 macOS 上为 Python 3.6 导入 pdftotext【英文标题】:Unable to import pdftotext for Python 3.6 on macOS 【发布时间】:2018-08-07 01:33:31 【问题描述】:

我需要为 Python 使用 pdftotext 包。

我有 macOS 10.13.3,并且我已经通过 Homebrew 命令 brew install python3 安装了 Python 3.6。然后,正如README 中所述,我通过brew install pkg-config poppler 安装了Poppler,并通过pip install pdftotext 安装了pdftotext

当我尝试通过import pdftotext 在 Python 中加载此包时,会引发错误并显示以下消息:

Traceback(最近一次调用最后一次): 文件“”,第 1 行,在 ImportError:dlopen(/usr/local/lib/python3.6/site-packages/pdftotext.cpython-36m-darwin.so,2):找不到符号:__ZN7poppler24set_debug_error_functionEPFvRKSsPvES2_ 引用自:/usr/local/lib/python3.6/site-packages/pdftotext.cpython-36m-darwin.so 预期在:平面命名空间 在/usr/local/lib/python3.6/site-packages/pdftotext.cpython-36m-darwin.so

【问题讨论】:

我也有同样的问题,如果你找到了解决办法,请发帖 【参考方案1】:

由于版本不匹配,安装pdftotext 时出现上述错误很常见,或者尝试通过brew 安装GUI 应用程序。您可以尝试使用brew cask。

brew cask install pdftotext

Stack trace

P.S:Homebrew-Cask 是 Homebrew 的扩展,用于安装 GUI 应用程序

【讨论】:

以上是关于无法在 macOS 上为 Python 3.6 导入 pdftotext的主要内容,如果未能解决你的问题,请参考以下文章

在 mac 上为 python 3.6 安装 opencv3

在 CentOS 上为 Django 项目安装 python 3.6 mysqlclient

在 Windows 7 上为 Python 3.6 安装 libtorrent

如何在 Windows 10 上为 python 3.6 安装 dlib?

在 MacOS 上为系统范围的 Python 安装 OpenCV

无法加载原生 TensorFlow 运行时。 Windows 10 上的 Python 3.6