Skip to content

Error when starting the fast api application #7824

Discussion options

You must be logged in to vote

@ShagonRU It looks like there might be something messed up in your environment -- try adding
from fastapi import __version__; print(__version__) somewhere in your fastapi_app_instance.py. And make sure the actual runtime version of fastapi is the same as the version you just installed.

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Kludex
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
6 participants
Converted from issue

This discussion was converted from issue #735 on February 28, 2023 11:05.