首页 > 解决方案 > Unable to install PyMuPDF on Mac 10.14.5

问题描述

After running pip install pymupdf in my conda environment, i get an error when trying to import fitz

ModuleNotFoundError: No module named 'fitz'

Inside my terminal i ran pip list | grep PyMuPDF to verify installation and it returns PyMuPDF 1.14.17, so im lost as to what the issue is.

Any help on getting this working would be really appreciated.

标签: pythonpymupdf

解决方案


请使用pip install --upgrade pymupdf 我有同样的问题,使用后,我的问题解决了


推荐阅读