Crash at initial import fitz #1302
-
Please provide all mandatory information! Describe the bug (mandatory)When executing initial import:
To Reproduce (mandatory)Explain the steps to reproduce the behavior, For example, include a minimal code snippet, example files, etc. Expected behavior (optional)Describe what you expected to happen (if not obvious). Screenshots (optional)If applicable, add screenshots to help explain your problem. Your configuration (mandatory)
For example, the output of
Additional context (optional)Add any other context about the problem here. |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 1 reply
-
Well, obviously incorrectly installed. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Weird. I just made a little Github action to test installation and invocation of pymupdf: it did work, here is the log |
Beta Was this translation helpful? Give feedback.
-
As a sort of last resort: try to upgrade pip |
Beta Was this translation helpful? Give feedback.
-
#1296 (comment) This installation seems to have gone smoothly. But on closer inspection there seems to be an inconsistency, still if I understand well: the MacOS 10.15.7 version is invoked while I (still) use the 10.10.5 version :-( The pip install script seems to confuse 10.15.7 <=> 10.10.5 and install the wrong version of the binary Under these conditions is it realistic to try the "generated from source" method unless you have other versions of '_fitz.cpython-39-darwin.so'? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Yes, I would do that! And no, this is the only OSX stuff I am able to generate. |
Beta Was this translation helpful? Give feedback.
-
So I will try. Thank you for your documented help. |
Beta Was this translation helpful? Give feedback.
-
In my Case: When pymupdf<=1.18.14, it can be imported. But error when version>=1.18.15. |
Beta Was this translation helpful? Give feedback.
-
I am still hitting this issue - did anyone manage to resolve and get 1.18.17 working? I'm on an m1 machine. |
Beta Was this translation helpful? Give feedback.
In my Case:
Mac OS: 10.12.1
Python3: 3.7.4
When pymupdf<=1.18.14, it can be imported. But error when version>=1.18.15.