Mac本下载Camelot时需要执行以下三条命令:
pip install camelot-py[cv]
pip install ghostscript
brew install ghostscript
不执行第二句会报:OSError: dlopen(libgs.so, 6): image not found 的错误;不执行第三句会报:RuntimeError: Please make sure that Ghostscript is installed 的错误。
pip install camelot-py[cv]
pip install ghostscript
brew install ghostscript
不执行第二句会报:OSError: dlopen(libgs.so, 6): image not found 的错误;不执行第三句会报:RuntimeError: Please make sure that Ghostscript is installed 的错误。