You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when following the example i get this error, i have the requirements.txt in the same folder as func.yaml
building /home/user/spec/func.yaml
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
error running command docker run --rm -v /home/user/spec/worker -w /worker iron/python:3-dev pip install -t packages -r requirements.txt (exit status 1)
The text was updated successfully, but these errors were encountered:
when following the example i get this error, i have the requirements.txt in the same folder as func.yaml
The text was updated successfully, but these errors were encountered: