Died kernel when running tabula

112 views Asked by At

I'm running tabula.read_pdf function on Jupyter Notebook. It keeps telling me died kernel. Any ideas how to solve this? Thank you so much!

I tried to install the package on jupyter notebook, and install java on conda prompt. I was trying to extract dataframe from pdf

1

There are 1 answers

0
SweetGazelle276 On

This error is due to the function read_pdf() which is based on Tabula and therefore Java. There is an issue with the access of java within Python when calling this function. You have to uninstall the Jpype1 module as follows :

pip uninstall JPype1