TypeError: _wrap_socket() argument 'sock' must be _socket.socket, not SSLSocket
This error is caused by eventlet and dnspython 2.0.0 not being compatible with each other
If you've installed dnspython 2.0.0 (for example by using the aur) you'll need to downgrade it to 1.16
This is an upstream issue so until they fix it there is nothing I can do about it
References deemix#1 (closed)