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
pip install fairy-doc
success!
run: ModuleNotFoundError: No module named 'magic_pdf'
but requirement magic_doc
pip install magic_pdf
magic-pdf 0.6.0 requires PyMuPDF>=1.24.7, but you have pymupdf 1.24.5 which is incompatible.
The text was updated successfully, but these errors were encountered:
Same problem here, especially when setting up new environment which needs magic-pdf and magic-doc simultaneously.
I have fairy-doc==1.44, and it works well with pymupdf 1.24.9 (which magic-pdf can work well with), so how about considering loosen dependency requirement on pymupdf? maybe pymupdf>=1.24.5,<2 could work, while also avoiding future breaking changes.
My current working environment was achieved by installing magic-doc manually first, before installing pymupdf==1.24.9 and magic-pdf. When setting up new environment programmatically (e.g. Docker) , this method is not favourable (increases code management complexity). I would like to see the loosening happens in dependencies of magic-doc, if possible.
I'll put my working steps here, in case anyone needs it:
pip install fairy-doc
success!
run: ModuleNotFoundError: No module named 'magic_pdf'
but requirement magic_doc
pip install magic_pdf
magic-pdf 0.6.0 requires PyMuPDF>=1.24.7, but you have pymupdf 1.24.5 which is incompatible.
The text was updated successfully, but these errors were encountered: