python ModuleNotFoundError: No module named ‘frontend‘
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, inimport sys, fitzFile “/hom
·
python ModuleNotFoundError: No module named ‘frontend‘
在做pdf转图片得时候,出现如下问题:
➜ OCR_table python pdf_to_image.py
Traceback (most recent call last):
File “pdf_to_image.py”, line 1, in
import sys, fitz
File “/home/eric/anaconda3/lib/python3.6/site-packages/fitz/init.py”, line 1, in
from frontend import *
ModuleNotFoundError: No module named ‘frontend’
解决办法:
1
pip install PyMuPDF
更多推荐
已为社区贡献1条内容
所有评论(0)