ImportError: dynamic module does not define module export function (PyInit__extra) (original) (raw)

Description of the bug

import error "ImportError: dynamic module does not define module export function (PyInit__extra) " from the import statement "from . import _extra" with version 1.25.4 on Windows? I am using Python 3.11.5.

How to reproduce the bug

Install PyMuPDF from pip and then run the streamlit application to see this error.

PyMuPDF version

1.25.4

Operating system

Windows

Python version

3.11