Cannot install on debian 10 neither with pip3 nor pipenv #961
Replies: 2 comments 2 replies
-
This is not a PyMuPDF bug, but a genuine problem in your system configuration. Not having a system like yours I am in no position to reproduce the error. |
Beta Was this translation helpful? Give feedback.
-
Your MuPDF v1.18.0 must have been generated making sure, that only the 3rd party software component versions are being used, that are officially announced to be required by MuPDF. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Installing pymupdf with pipenv in a local virtual environment, everything is fine. Installing it using --system switch, it fails. libfreetype6-dev and libmupdf-dev are installed but include path of freetype does not match. Even when I tweak it by putting links e.g. in /usr/local/include/mupdf it does not compile.
To Reproduce
Pipfile:
Your configuration
output without tweaking include path
when tweaking include paths
Beta Was this translation helpful? Give feedback.
All reactions