エラーメッセージ: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」依存関係をインストールするにはどうすればよいですか?