错误信息:Please make sure that Ghostscript is installed", "errorType": "RuntimeError"
import camelot
def pdfToJson(event=None, context=None):
tables = camelot.read_pdf("./week-1-2019-20.pdf")
tables[0].df.to_json("./sample.json")
- 使用 pip install -t 安装依赖项。
- 但仍然得到错误。
如何在我的 python 代码中安装“ghostscript”依赖项?