generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Path: /using-morphik/morphik-ui
- I got the error message:
ERROR
No module named 'pi_heif'
After uploading a PDF through the UI and having it work on processing it.
I ended up closing my python server and running:
SOLUTION
pip install pi-heif
- And then starting it back up again. This got me further but then I got the error:
ERROR
"error": "cannot import name 'TextRegions' from 'unstructured_inference.inference.elements' (/Users/tbird/code/github/morphik-org/morphik-core/.venv/lib/python3.12/site-packages/unstructured_inference/inference/elements.py)"
Which I then stopped the server again and ran:
SOLUTION
pip install --upgrade unstructured-inference
Hope this helps. Thanks!
Metadata
Metadata
Assignees
Labels
No labels