Error when deploying Django/DRF backend on Google Cloud: No matching distribution found for Django==5.0.4 [duplicate]
This question already has answers here: Pip: could not find a version. No matching distribution found (4 answers) Closed last month. I am trying to deploy my Django backend (using Django Rest Framework) on a Google Cloud VM instance. However, when I run pip install -r requirements.txt, I encounter the following error: Collecting asgiref==3.8.1 Using […]