Error deploying firebase python cloud function

  Kiến thức lập trình

I’m trying to deploy a firebase cloud function, but I’m getting an error and I don’t know why. It shows the following error Failed to find location of Firebase Functions SDK. Did you forget to run '. "/home/marrajuan/Documents/GitHub/cf-test/functions/venv/bin/activate" && python3.12 -m pip install -r requirements.txt'?

I don’t know why this is happening, I’m already at my environment and installed all the needed dependencies.

LEAVE A COMMENT