Attempting to run a FastAPI application on CentOS 7 but getting a module 'asyncio' error
I am attempting to run a simple FastAPI application on CentOS 7 but getting some errors. I will include some more details for context: Python Version - 3.6.8 pip version - 9.0.3 I am running the application with this command:…