Exception: There was a problem importing unstructured_inference module - it may not be installed correctly… try running pip install unstructured[local-inference] if you installed the unstructured library as a package. If you cloned the unstructured repo
Could you share a link to your repo? If you have deployed something on Streamlit Cloud, it is most helpful for the community if we can see how you configured your environment. (Usually this is done through a requirements.txt
and packages.txt
file.) It looks like there may be some other dependencies that will need to be manually configured with the unstructured_inference
module and they may be relevant. It will help to see your code and full error message.
For reference until we see more of your code and environment settings, especially with those extra dependencies you may need to configure: