Closed wilkb777 closed 1 year ago
That's a good catch. I've switched to using Mamba everywhere for this reason, the resolver for dependencies just works way better and much faster. I've updated the readme to reflect this fact for the local install and testing process. Sticking with mamba/conda for local dev will make life much easier for folks spinning it up on their machine for dev and testing.
Sadly it looks like folks have had issues with using Conda env files for deploys on Streamlit Cloud (see this issue discussion for more info). We'll want to tackle that in another PR and make sure to manage the deps in both files to keep them in sync.
Followed the steps and everything is working as expected!
Multiple updates are included in this PR:
Please test locally following the install and run instructions and verify functionality. Also review of logic and code base given the refactor will be good to do as well for this PR.