【发布时间】:2021-06-18 01:57:41
【问题描述】:
我正在尝试安装 camelot,但由于某种原因,Ghostscript 无法正确安装,所以每当我尝试使用 read_pdf 时,我都会收到错误 RuntimeError: Please make sure that Ghostscript is installed。
当我去检查是否使用ctypes.util.find_library 安装了 Ghostscript 时,它找不到它。我已经在终端使用自制软件安装了 Ghostscript(Warning: ghostscript 9.54.0 is already installed and up-to-date. 当我第二次尝试安装时,我非常确定它已经安装)。
camelot 文档告诉我出了点问题,但没有具体说明。
有人能解释我的错误在哪里吗?
【问题讨论】:
标签: python macos installation ghostscript python-camelot