Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.9 crashes when importing PymuPDF 1.24.x #3657

Closed
lmkhuyen opened this issue Jul 5, 2024 · 1 comment
Closed

Python3.9 crashes when importing PymuPDF 1.24.x #3657

lmkhuyen opened this issue Jul 5, 2024 · 1 comment

Comments

@lmkhuyen
Copy link

lmkhuyen commented Jul 5, 2024

Description of the bug

I'm working on an old project, using pymupdf-1.23.6, everything works just fine

  • MacOS Catalina (10.15.7)
  • Python 3.9.13
  • print(fitz.doc)
    PyMuPDF 1.23.6: Python bindings for the MuPDF 1.23.5 library.
    Version date: 2023-11-06 00:00:01.
    Built for Python 3.9 on darwin (64-bit).

When I upgraded to 1.24.x today, Python crashes as soon as I import fitz or import pymupdf
I tried 1.24.3 --> 1.24.7, but the same problem happened

I uninstalled 1.24.7, and installed 1.23.6, then it's ok again.

How to reproduce the bug

Use python3.9
Install PymuPDF 1.24.x
Import PymuPDF in the project
-> Python crashes

PyMuPDF version

1.24.7

Operating system

MacOS

Python version

3.9

@lmkhuyen
Copy link
Author

lmkhuyen commented Jul 5, 2024

#3495

@lmkhuyen lmkhuyen closed this as completed Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant