Disutils eroor

Hi @Aarushi @wasiewicz.malgorzata :wave:

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.