Build failed unstructured python package

**What I’m trying to do:i was trying to add one python package called unstructured

**What I’ve tried and what’s not working:in settings section, under python package version tab, i was trying to add one python package called unstructured. its saying build failed
Its saying Failed to build image (timeout after 120000ms) everytime i tried to build

Code Sample:

# this is a formatted code snippet.
# paste your code between ``` 

Clone link:
share a copy of your app

Hi @ahsan.r1984 and welcome to the forum!

It looks like unstructured is a large library with many dependencies. Some of these dependencies are already installed in the Standard Python 3.10 base image. You can read more about base images here: Anvil Docs | Installing Custom Packages

Try switching to the Standard base image (as opposed to minimal) and then install unstructured. It worked for me without timing out. If that still doesn’t work, please let me know.

Hi Brooke
Thanks for your email.
I have communicated with anvil support team and they are very cooperative, it got resolved.
They increased the time limit and now it installed.
I think you have given other option to do it. That’s also helpful.
Thanks
Ahsan