fastapi icon indicating copy to clipboard operation
fastapi copied to clipboard

it doesnt launch anymore

Open Josephtobi opened this issue 2 years ago • 1 comments

an error comes up during building

Josephtobi avatar Oct 22 '23 19:10 Josephtobi

Hello @Josephtobi – are you using fastapi version 0.104? If so, it requires a Python version >=3.8.

Could you try including in your service deployment an env var with a custom Python version (e.g., PYTHON_VERSION=3.8.2)? See the Render docs on specifying a Python version.

metonym avatar Oct 23 '23 23:10 metonym