Hello there!
I wanted to deploy my app, It already is in GitHub and It has the requeriments.txt file but an error keeps showing, how can I fix it?
The app runs perfectly on my local machine in the python env.
I hope you could help with this!
Hello there!
I wanted to deploy my app, It already is in GitHub and It has the requeriments.txt file but an error keeps showing, how can I fix it?
The app runs perfectly on my local machine in the python env.
I hope you could help with this!
Hi @alfonsoamt, welcome to the community,
I forked your repo and tried to run it on streamlit share. Noticed that no packages were being installed during the app initialization. There is typo in your requirements.txt file name.
Is now: requeriments.txt
should be: requirements.txt
That being said, I’m afraid I ran into another error when trying to deploy.
pywin32
is a requirement of you app, which is not available on streamlit share since it runs on Linux.
ERROR: Could not find a version that satisfies the requirement pywin32==301 (from versions: none)
ERROR: No matching distribution found for pywin32==301
removing pywin32==301
and pywinpty==1.1.3
from your requirements.txt
fixes this.
NO WAY!
That typo! I thank you so much! this fixed the problem!
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.
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.
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.
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.