Not able to deploy. I’m using python 3.11, what can be a problem? The environment.yml contains both local conda and pip installed packages. Please advise, thank you!
Also, I was able to successfully run “conda env update -n --file environment.yml” locally.
The only things I could think of are
python 3.11 support
the number of libraries supported given the disk space (my libs are quite basic including about 5 libs with their dependencies)
my environment.yml may contain default python libraries (but I used the same yml successfully in conda update … test locally)
Thanks for sharing your question! Are you trying to deploy your app on Streamlit Community Cloud? Can you please share a link to the GitHub repo for your app?
Hello Caroline, thanks for the quick response. The app link is Streamlit (engineer-matcher.streamlit.app). And I’m not sure which one it is, but the error msg directed me to Community here.
What exactly is the problem?
I see no connection with post#1 as there is not even an environment.yml file in the repo.
It is just the plain streamlit hello template project…
Hi @eanyich,
Thanks for sharing that! Are you seeing the " Bash: line 3: 11 Killed /home/adminuser/.conda/bin/conda env update -n base –file environment.yml" error in Community Cloud or on your local computer?
The code is in the non-default master branch, so I didn’t see it on github right away…
Delete you environment.yml file, it is crammed with unnecessary und probably un-installable packages. Instead, write a plain requirements.txt file manually with just the libraries you actually need:
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.