anaconda-navigator is a graphical user interface and I don’t know of a valid reason for including that in your environment setup. Make sure you are specifying your environment with only the things needed to make your app run. The simplest way to do this is with a requirements.txt file where each thing you need to pip install on a separate line. (You don’t need to include streamlit since that is installed by default, and you don’t want to include anything that is a built-in module for Python like math or base64. Otherwise, you want to include all the things you use in your import statements within your code.
(Also, if you were using some other environment specification, make sure you only have one in the end since Streamlit Cloud will just use the first one it comes to.)
If you still have issues, please share your repository so we can see how you are configuring your environment.
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.