In server.py, socketio and aiohttp modules weren't found and after pip installing, I'm still getting more errors at this step:
sio = socketio.AsyncServer()
AttributeError: module 'socketio' has no attribute 'AsyncServer'
How do I sort out this issue?
In server.py, socketio and aiohttp modules weren't found and after pip installing, I'm still getting more errors at this step: sio = socketio.AsyncServer() AttributeError: module 'socketio' has no attribute 'AsyncServer' How do I sort out this issue?