1

エラーメッセージ: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")
  1. 依存関係を pip install -t でインストールしました。
  2. しかし、それでもエラーが発生します。

Python コードに「ghostscript」依存関係をインストールするにはどうすればよいですか?

4

1 に答える 1