Hi there,
I am having quite hard times in deploying an app through my GitHub repository (in which I have my main.py and a requirements.txt file). This is the error I keep receiving:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for matplotlib
× Encountered error while trying to install package.
╰─> matplotlib
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
WARNING: You are using pip version 22.0.3; however, version 22.3.1 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
────────────────────────────────────────────────────────────────────────────────────────
[15:10:01] ❗️ installer returned a non-zero exit code
[15:10:01] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[15:11:36] ❗️ Streamlit server consistently failed status checks
[15:11:36] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
These below are my requirements:
deta==1.1.0
keras==2.9.0
matplotlib==3.2.2
numpy==1.23.5
pandas==1.4.4
pandas_datareader==0.10.0
pandas_market_calendars==4.1.1
scikit_learn==1.1.3
streamlit==1.15.1
Could you please help me?
Thanks!