why am i getting this error even after installing
pip install setuptools
Bump up! I struggle with the same issue. App is working locally within the Docker container, but when deploying on Streamlit Community Cloud exactly same issue.
Hi @Aarushi @wasiewicz.malgorzata
If you look at the numpy distributions for numpy==1.24.2
on PyPI, you’ll notice it doesn’t list one for Python 3.12. Since you’ve deployed your app using the Python 3.12 setting, it won’t work since that version of numpy doesn’t support 3.12.
Either delete and redeploy the app using a supported Python version or simply unpin the version number in your requirements file.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.