0

I am attempting to install PyMuPDF on my Mac in a Jupyter Notebook, and when I run the command

pip install PyMuPDF

I receive back the following error:

 Running setup.py install for pymupdf did not run successfully.
 note: This is an issue with the package mentioned above, not pip.

Does anyone have a suggestion on how to fix this?

  • maybe run with option `-v` (for `verbose`) like `pip -v install PyMuPDF` to see more details and show it in question (not in comments) as text (not image). It may need to install some C/C++ library. – furas Sep 15 '22 at 01:26

0 Answers0