我正在尝试安装camelot,但由于某些原因,Ghostscript无法正确安装,因此每当我尝试使用read_pdf时,都会收到错误RuntimeError: Please make sure thatGhostscript is installed。当我检查是否使用ctypes.util.find_library安装了Ghostscript时,它找不到它。我已经在终端上使用自制软件安装了Ghostscript (当我第二次尝试<em
::Config::GS[:path]=/usr/local/bin/gs: No such file or directoryGPL Ghostscript 9.26 (2018-11-20)
Copyright (C) 2018 Artifex Software, Inc.当我使用用户界面并在"Files“应用程序中搜索"<
raise OSError("Unable to locate Ghostscript on paths")因此,我所理解的是,PIL.Image.open返回的对象的函数Ghostscript使用了在解释器中找不到的包Ghostscript所以,按照顺序,我要做的是:
在PyCharm的软件包管理器中,我安装</e
我已经在CentOS 7服务器上安装了Ghostscript。当我简单地命令gs时,它返回如下Copyright (C) 2018 Artifex Software, Inc.GPL Ghostscript 9.25: Cannot open X display `(null)'.
**** Unable to open the initial device, quitting当我试图通过以下命令制作缩略图到
到目前为止,我已经设法使Image和Ghostscript独立工作,同时将- while安装在同一个系统上。但是,我无法相应地安装Ghostscript,使其作为Image委托。我从终端成功地运行了convert和gs命令。当时,我能够使用Imagick类在光栅图像上执行所需的任务-例如检测颜色空间。
目前,Image已经从服务器上卸载。我无法正确卸载Ghostscript。Ghostscript似乎在其Makefile中不包含卸载,即:make un