atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.64k stars 354 forks source link

Segmentation fault on RHEL #286

Closed LanesG closed 5 years ago

LanesG commented 5 years ago

On my RHEL 7.6 I get an error when using the command line:

camelot --help
Segmentation fault (core dumped)

echo $?
139

Camelot is installed via conda install -c conda-forge camelot-py inside an Conda environment that is running JupyterHub.

LanesG commented 5 years ago

A conda update --all -c conda-forge fixed it!

conda_update.txt

jnl29 commented 5 years ago

I tried the command above and still not working. I am also using anaconda to run Camelot (GPL Ghostscript 9.22, Python 3.7.3)