0

我正在尝试安装 camelot,但由于某种原因,Ghostscript 无法正确安装,所以RuntimeError: Please make sure that Ghostscript is installed每当我尝试使用 read_pdf 时,我都会不断收到错误消息。

当我去检查是否使用 安装了 Ghostscript 时ctypes.util.find_library,它找不到它。我已经在终端使用自制软件安装了 Ghostscript(Warning: ghostscript 9.54.0 is already installed and up-to-date.当我第二次尝试安装时,让我非常确定它已安装)。

camelot 文档告诉我出了点问题,但没有具体说明是什么。

有没有人能够阐明我的错误在哪里?

4

1 回答 1

0

您需要为 python 安装 ghostscript 并将 bin 文件夹添加到环境变量路径。

于 2021-07-14T10:12:43.773 回答