Error while deploying app on streamlit

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
Checking if Streamlit is installed
[22:17:25] :exclamation: installer returned a non-zero exit code
[22:17:25] :exclamation: Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[22:19:01] :exclamation: Streamlit server consistently failed status checks
[22:19:01] :exclamation: Please fix the errors, push an update to the git repo, or reboot the app.

Following is the link of github public repository(has both .py and requirements file):

Python version:

python

Python 3.9.13 (main, Aug 25 2022, 18:29:29)
[Clang 12.0.0 ] :: Anaconda, Inc. on darwin
Type “help”, “copyright”, “credits” or “license” for more information.

NOTE: THE ERROR LOGS ARE IN GITHUB LINK.

Hi All, i was able to resolve the error by just removing all versions in requirement file and just mentioning package file.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.