ERROR: Could not find a version that satisfies the requirement matplotlib.pyplot (from versions: none)
ERROR: No matching distribution found for matplotlib.pyplot
Would it be possible to get a link to the repo, please?
Just to clarify, when you specify dependencies in your requirements.txt file, you should specify the package name, not a specific module within the package. In this case, you should be specifying matplotlib, not matplotlib.pyplot.
Your requirements.txt file should look like:
matplotlib
... (other dependencies)
You may want to try the above. If it doesnât work, please send us the GitHub repo, and weâll have another look.
Many thanks. Got over this. Now I am encountering a new error
ModuleNotFoundError: No module named âsqlalchemyâ. You need to install the âsqlalchemyâ package to use this connection.
Did you add sqlalchemy to your requirements.txt file. Your requirements.txt file should now look something like this:
matplotlib
sqlalchemy
... (other dependencies)
Make sure you commit and push the changes to your GitHub repository. Then, redeploy your Streamlit app. This should hopefully solve the ModuleNotFoundError youâre having.
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.