Streamlit for Teams - Dependencies

Hi All,

I’m trying to deploy a repo via SL4T. One of the dependencies ‘TA’ used as a python wrapper for technical analysis is throwing a **ModuleNotFoundError:**No module named ‘ta’ despite having ‘ta’ listed in requirements.txt and conda.txt

Any advice on how to solve this problem?

Thanks

Hi All,
With the team’s help, I went through iteratively the logs and kept deleting dependencies that were causing the ModuleNotFoundError.

Hope that helps.