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
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.
See my github pull request, should install now on streamlit cloud.
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.