我正在使用代码(https://github.com/chezou/tabula-py#example)制作“scripts.py”,当我启动“python scripts.py”时出现此错误:
Traceback (most recent call last):
File "script.py", line 1, in <module>
import tabula
File "/home/ubuntu/.local/lib/python2.7/site-packages/tabula/__init__.py", line 1, in <module>
from .wrapper import read_pdf_table
File "/home/ubuntu/.local/lib/python2.7/site-packages/tabula/wrapper.py", line 16, in <module>
import requests
ImportError: No module named requests
操作系统:Ubuntu 16.04
爪哇:1.8.0_121