Cannot install latest packages and deploy

Im unable to install latest package which supports my application

rather was told that the package cannot be find and showed different lower versions of the package

app :django
python : 3.0
problem faced : numpy 1.24.1 cannot be installed

Hi there,
This will be related to the Python version that numpy requires - you can configure the Python version as described at https://render.com/docs/python-version as it’s likely you’re using the default version of Python which is older than the version of numpy you’re trying to install supports.

Regards,
John B

John B

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