cannot deploy flask api
Hey! I'm trying to deploy a flask API using railway but it's failing.
My requirements.txt:
My runtime.txt:
ERROR: failed to solve: process "/bin/bash -ol pipefail -c python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt" did not complete successfully: exit code: 1
Error: Docker build failed
i dunno what to do, thanks :))
8 Replies
Project ID:
5b52e03e-932b-4ff8-bbf8-b4c7041e32e9
5b52e03e-932b-4ff8-bbf8-b4c7041e32e9
full build logs please https://bookmarklets.up.railway.app/log-downloader/
thanks :D
Solution
safe to say railway isn't building your code on macs
nice catch, ive fixed the issue now. tysm :)
no problem!