-
Notifications
You must be signed in to change notification settings - Fork 501
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
Crashes after installing pymupdf #467
Comments
Does the problem go away if you uninstall pymupdf? How exactly did you determine that it's particularly that package that causes the crash? My plugin does not use any extra packages, I suspect something else is going on. |
Yes. As soon as I remove PyMuPDF, your plugin works fine again. cd /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.9
bin/pip3 uninstall PyMuPDF PyMuPDFb After removing the PyMuPDF, your plugin starts working normally.
Yes. The other plugins display their windows and work fine.
Extension PyMuPDF is required for the Board2Pdf plugin to work. After installing PyMuPDF your plugin stops working. After uninstalling PyMuPDF your plugin workins again. |
Interesting, I can reproduce. Crash happens in pymupdf lib Full crash log
Last working version is 1.23.8, you can downgrade using this command: |
It worked! |
I just filed one. |
Hi,
The pymupdf extension was installed for the Board2Pdf plugin to work. After that when I try to launch Interactive Html Bom my KiCad just closes instantly.
I checked this by reinstalling KiCad. The problem definitely appears after installing pymupdf.
I have macOS and I installed pymupdf as follows:
cd /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions bin/pip3 install -U pymupdf
Here's a list of all the extensions installed:
Can you tell me how I can find more data about the problem to provide to you?
The text was updated successfully, but these errors were encountered: