Error installing requirements -manage app

hi I created my environment.yml with:
conda env export > environment.yml

And that is in my GitHub folder. So but getting this error.

I also did re-boot and also delete and create app again.
Also FYI I am using WEB3

Your environment.yml is a complete mess, it is crammed with packages that are not needed or will not install on streamlit cloud.
Remove the file and use a requirements.txt file with only those packages you use.

1 Like

See my github pull request, should install now on streamlit cloud.

  • i used Python 3.9
  • of course you have to add the required secrets to the streamlit runtime to run without errors
1 Like

yes I have the secrets already there.
Thanks you much!! I defined a simpler Requirements file and it worked!!!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.