我需要使用0.9.2。的表格库
当我键入以下内容时,一切正常:
python -m pip install tabula
我需要使用特定版本的表格。当我键入python -m pip install tabula == 0.9.2时,出现以下错误消息:
Collecting tabula==0.9.2
Could not find a version that satisfies the requirement tabula==0.9.2 (from ve
rsions: 1.0.2, 1.0.3, 1.0.4, 1.0.5)
No matching distribution found for tabula==0.9.2
因此,我现在尝试手动安装表格库;但是,我从未做过。
我去here并下载
tabula-jar-0.9.2.zip
当我使用pip安装模块时,这些看起来不像我通常拥有的文件。有什么我需要知道或要做的事情吗?
答案 0 :(得分:2)