Install PyMuPDF #2394
Unanswered
dayanych
asked this question in
Looking for help
Install PyMuPDF
#2394
Replies: 1 comment
-
It looks like you're running Windows but for some reason the Wheels on pypi.org do not match your OS or CPU. So pip is trying to build PyMuPDF from source, but PyMuPDF/setup.py cannot find devenv.com (which is part of Microsoft Visual Studio). So we'll need a little more information here. What OS are you using? Finally, could you paste the entire output from your pip command? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was installing requirements, where the error popped up
I tried to install the PyMuPDF with python setup.py install, but then:
I used "python -m pip install --upgrade pip" and "python -m pip install --upgrade pymupdf". but after "python -m pip install --upgrade pymupdf" i got:
What should I do? pip 23.1.2 from C:\Users\we\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip (python 3.11)
Beta Was this translation helpful? Give feedback.
All reactions