I am trying to use Tabula-py to read a pdf. I installed tabula-py through pip install tabula-py
pip install tabula-py
I have also installed the required dependencies
I got the same issue here when executing on Terminal. However, after I ran by starting with 'ipython3' instead of 'ipython', it worked perfectly. You have to make sure that tabula-py module is installed in python3 directory, not python2