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.