I am trying to deploy a streamlit app to streamlit share, however the client cannot build the wheel for pystan or fbprophet. I see that this is a duplicate issue on here, however none of the fixes worked for me so far. Here is the link to the repo that I am trying to launch. My current requirements.txt file is as follows:
Hi @MaxAcheson, welcome to the Streamlit community!
fbprophet is a weird package, in that it tries to call a subprocess during its installation, which sometimes works but often breaks. In this case, it’s trying to use numpy before it exists.
One hack you can use is to create an environment.yml file and delete your requirements.txt file:
While it doesn’t seem like this should be different, in this case conda will solve for the conda requirements first, then install the pip requirements. So numpy will be available before fbprophet wants to use it.
Separately, it’s highly unlikely that you want to use a version of streamlit as old as you are specifying. Given that we’re on version 1.10.0 or so, you’re missing at least a year of bug improvements, features, and performance updates.
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.