0

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.

4

1 回答 1

0

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

于 2019-07-17T16:26:29.860 回答