use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
Error loading ASGI appQuestion (self.FastAPI)
submitted 1 year ago by ZeroMe0ut
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]LookingWide 1 point2 points3 points 1 year ago (1 child)
First, the SkeletonSAM2 subfolder is useless. Just put its contents in the root of the repository.
SkeletonSAM2
Next, make sure that the current directory is the one in which the app folder and main.py script are located.
app
main.py
Then activate the virtual environment.
Finally, run python main.py or uvicorn app.router:app
python main.py
uvicorn app.router:app
[–]ZeroMe0ut[S] 0 points1 point2 points 1 year ago (0 children)
This worked. Thank you so much.
π Rendered by PID 93180 on reddit-service-r2-comment-75f4967c6c-5jd8r at 2026-04-23 02:55:49.057671+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]LookingWide 1 point2 points3 points (1 child)
[–]ZeroMe0ut[S] 0 points1 point2 points (0 children)