我收到此错误: ImportError:
没有名为pdftotree的模块
我的代码是:
import pdftotree
pdftotree.parse(pdf_file, html_path, model_type=None, model_path=None, favor_figures=True, visualize=False)
我如何安装pdftotree:
sudo apt install python3-tk
pip install pdftotree
答案 0 :(得分:1)
您可能有多个python环境。或者,如果您使用sudo安装了模块,则非sudo用户(No module named 'pafy')无法访问它们。
使用pip3安装并运行python3。
Error: Not Found
The requested URL /greet was not found on this server.