I have been trying to add the python file from ChatterBox to my project so I can use the code. I have been doing some googling to try and set up python within the project which has shown to be unsuccessful. I have python in my project, but it seems the import statements do not work. I get the following errors from the import statements with the code right now:
Traceback (most recent call last):
File "/Users/ianpalmroos/git/DowitcherRepo/DowitcherProject/chatServer/main.py", line 10, in
from fastapi import FastAPI, WebSocket
ModuleNotFoundError: No module named 'fastapi'