Traceback (most recent call last):
File "C:\git\ChatterBoxExample\chatserver\main.py", line 11, in
from fastapi import FastAPI, WebSocket
ModuleNotFoundError: No module named 'fastapi'
This is the error I have been getting even though I install the fastapi. I wonder if I'm not downloading it to the right folder? But I don't know.