You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3-fitz now has the following files:
/usr/lib/python3/dist-packages/fitz_old
/usr/lib/python3/dist-packages/fitz_old/init.py
/usr/lib/python3/dist-packages/fitz_old/main.py
/usr/lib/python3/dist-packages/fitz_old/_fitz_old.cpython-312-x86_64-linux-gnu.so
/usr/lib/python3/dist-packages/fitz_old/fitz_old.py
/usr/lib/python3/dist-packages/fitz_old/table.py
/usr/lib/python3/dist-packages/fitz_old/utils.py
So starting pdf2docx even without arguments fails with:
File "/usr/local/lib/python3.12/dist-packages/pdf2docx-0.5.8-py3.12.egg/pdf2docx/converter.py", line 9, in
import fitz
ModuleNotFoundError: No module named 'fitz'
Installer should check python3-fitz and use either fitz or fitz_old.
How to reproduce the bug
Install python-fitz version 1.24.2 and try to run pd2todocx
pdf2docx version
Built from source
Operating system
Linux
Python version
3.12
The text was updated successfully, but these errors were encountered:
Description of the bug
python3-fitz now has the following files:
/usr/lib/python3/dist-packages/fitz_old
/usr/lib/python3/dist-packages/fitz_old/init.py
/usr/lib/python3/dist-packages/fitz_old/main.py
/usr/lib/python3/dist-packages/fitz_old/_fitz_old.cpython-312-x86_64-linux-gnu.so
/usr/lib/python3/dist-packages/fitz_old/fitz_old.py
/usr/lib/python3/dist-packages/fitz_old/table.py
/usr/lib/python3/dist-packages/fitz_old/utils.py
So starting pdf2docx even without arguments fails with:
File "/usr/local/lib/python3.12/dist-packages/pdf2docx-0.5.8-py3.12.egg/pdf2docx/converter.py", line 9, in
import fitz
ModuleNotFoundError: No module named 'fitz'
Installer should check python3-fitz and use either fitz or fitz_old.
How to reproduce the bug
Install python-fitz version 1.24.2 and try to run pd2todocx
pdf2docx version
Built from source
Operating system
Linux
Python version
3.12
The text was updated successfully, but these errors were encountered: