Page.get_text() issue #2180
-
Hai jorj Currently we are using below software requirements in our project(local machine and server same software version) 1.Python version 3.6.5 Problem scenario: Kindly give us solution for that issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are using PyMuPDF itself requires Python 3.7 or later. I think it is not even possible to compile it for a lower version because it uses language features on both, the Python and the C source level, that are not supported in Python 3.6. |
Beta Was this translation helpful? Give feedback.
You are using
fitz version 0.0.1 dev2
. This package cannot live in the same environment as PyMuPDF!Remove it and install it somewhere else.
Or ask its author for an alternative - package
fitz
after all is in its early alpha version state and apparently even is no longer maintained.PyMuPDF itself requires Python 3.7 or later. I think it is not even possible to compile it for a lower version because it uses language features on both, the Python and the C source level, that are not supported in Python 3.6.
As a general policy, PyMuPDF stops supporting Python versions, when they are no longer maintained by the Python Software Foundation PSF.