Protocol Not Found socket.getprotobyname
问题 I'm trying to connect to an rabbitMQ server but the it keeps failing on connection with a socket.error: protocol not found error. In [1]: import pika In [2]: pika.BlockingConnection(pika.ConnectionParameters('ip_of_server')) with error output of --------------------------------------------------------------------------- error Traceback (most recent call last) <ipython-input-2-7adc44418966> in <module>() ----> 1 pika.BlockingConnection(pika.ConnectionParameters('localhost') 2 ) /usr/lib