PyMuPDF-1.23.1 has been released.
Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
Changes in version 1.23.1 (2023-08-24)
-
Updated README and package summary description.
-
Fixed a problem on some Linux installations with Python-3.10
(and possibly earlier versions) whereimport fitz
failed with
ImportError: libcrypt.so.2: cannot open shared object file: No such file or directory
. -
Fixed
incompatible architecture
error on MacOS arm64. -
Fixed installation warning from Poetry about missing entry in wheels'
RECORD files.