Installing PyMuPDF-1.17 on Windows #1525
Replies: 2 comments 5 replies
-
You cannot use the PIP version 1.17? I cannot tell the cause of the problem from my end. But I am generating all Windows wheels locally on my machines using VS Studio. |
Beta Was this translation helpful? Give feedback.
-
Defining |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to build PyMuPDF in version 1.17 on Windows (I have a hard dependency on this version) but I don't get it installed.
I read the various older issues about building against mupdf-1.17 but I didn't find my issue among the reported problems.
When running
python setup.py build
in PyMuPDF I get:Here is what I did so far which summarizes the details I found in the various location on the Internet:
setup.py
set the installation paths for Windows to point to theinclude
directory of mupdfsetup.py
set the library directory to the Release output folder from building mupdfIs anything missing or did I overlook anything ? I don't figure out why I can't install this particular version.
Best,
Beta Was this translation helpful? Give feedback.
All reactions