soulisalmed / biff

Extract text and images from highlighted pdf generated with reMarkable tablet.
GNU General Public License v3.0
162 stars 12 forks source link

Errors on mac #10

Open nikola8 opened 3 years ago

nikola8 commented 3 years ago

I see these errors on the latest MacOS:

(venv) sh-3.2# python -m biff anwar2009.pdf Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/Users/keyboard/Documents/extract pdf highligh/biff-master/biff/biff.py", line 21, in <module> from fitz import open as fitzopen ModuleNotFoundError: No module named 'fitz' (venv) sh-3.2#

joaoponceleao commented 2 years ago

Fitz belongs to PyMuPDF. You may need to reinstall it.