Replies: 1 comment 3 replies
-
even with installing PyMuPDF I got 'module not found frontend' |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it worked, cheers :)
just wanted to leave my notes for anyone else:
ModuleNotFoundError: No module named 'frontend'
fixed with: 'pip install PyMuPDF'
ModuleNotFoundError: No module named 'tf_keras'
fixed with: 'pip install tf-keras'
by any chance, would using GPT-4o cost less or speed anything up?
Beta Was this translation helpful? Give feedback.
All reactions