Tabula-py - ImportError: No module named tabula

后端 未结 3 863
感情败类
感情败类 2021-01-23 19:47

I am trying to use Tabula-py to read a pdf. I installed tabula-py through pip install tabula-py

I have also installed the required dependencies



        
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-23 20:11

    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

提交回复
热议问题