Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试运行此代码时,为什么我不断收到此错误“Traceback(最近一次调用最后一次):文件“sfctabpytrial.py”,第 1 行,in from tabula import read_pdf ImportError:没有名为 tabula 的模块:
from tabula import read_pdf df = read_pdf("TCP.pdf") df # display the df contents
在 Linux 中。
tabula 模块(tabula-py)位于 python 3 上,但是一旦我更改了可以执行代码的版本,我就在 python 2.7 上运行代码。