python ModuleNotFoundError: No module named ‘frontend‘
今天在pdf转换为图片的时候,出现了下面的错误:➜OCR_table python pdf_to_image.pyTraceback (most recent call last):File "pdf_to_image.py", line 1, in <module>import sys, fitzFile "/home/eric/anaconda3/lib/python3.6/sit
·
今天在pdf转换为图片的时候,出现了下面的错误:
➜ OCR_table python pdf_to_image.py
Traceback (most recent call last):
File "pdf_to_image.py", line 1, in <module>
import sys, fitz
File "/home/eric/anaconda3/lib/python3.6/site-packages/fitz/__init__.py", line 1, in <module>
from frontend import *
ModuleNotFoundError: No module named 'frontend'
解决方法
pip install PyMuPDF
参考文献
[1].ModuleNotFoundError: No module named 'frontend'. https://stackoverflow.com/questions/56467667/modulenotfounderror-no-module-named-frontend
更多推荐
已为社区贡献9条内容
所有评论(0)