Hi,
on my WSL local machine, I'm trying to deploy a Go function (I also tried with a JavaScript function), but I encountered the following error:
~/repo_personal/spread_etfs_backend$ ops ide deploy
virtualenv does not exist
ops: Failed to run task "deploy": exit status 1
task execution error: ops: Failed to run task "deploy": exit status 1
I followed the tutorial and all the previous steps went smoothly.
Any idea?
EDIT: I switched to the Linux server installation. Then I resolved the issue by installing Virtualenv using:
pipx install virtualenv
After that, I encountered another issue due to the absence of Node.js, so I installed it. Now I’m facing this error:
$ ops ide deploy
/home/x/.ops/tmp/deploy.pid
PID 1693674
> Scan:
> Deploying:
build process exited with code 0
UPLOAD ASSETS FROM web
required S3_API_URL environment variable is not set!
ops: Failed to run task "upload": exit status 1
task execution error: ops: Failed to run task "upload": exit status 1
ops: Failed to run task "deploy": exit status 1
task execution error: ops: Failed to run task "deploy": exit status 1