stash
stash copied to clipboard
PermissionError when using websockets
When I try to launch my flask code which has socketio, I get PermissionError and a notice: “Websocket transport not aviliable. Install gevent and gevent-websocket”. I have both of these modules.
you dont actually a working gevent installed, since gevent depends on greenlet, which is C and cannot be used on pythonista.