pyrasite icon indicating copy to clipboard operation
pyrasite copied to clipboard

pyrasite-shell error: socket.gaierror: [Errno -2] Name or service not known

Open 0mza987 opened this issue 7 years ago • 0 comments

OS: ubuntu 16.04 Python: 2.7.15

pyrasite-memory-viewer PID works fine pyrasite PID helloworld.py works fine

But when executing pyrasite-shell PID I got this error:

Traceback (most recent call last):
  File "/home/ubuntu/anaconda3/envs/workenv/bin/pyrasite-shell", line 11, in <module>
    sys.exit(shell())
  File "/home/ubuntu/anaconda3/envs/workenv/lib/python2.7/site-packages/pyrasite/tools/shell.py", line 30, in shell
    ipc.connect()
  File "/home/ubuntu/anaconda3/envs/workenv/lib/python2.7/site-packages/pyrasite/ipc.py", line 93, in connect
    self.listen()
  File "/home/ubuntu/anaconda3/envs/workenv/lib/python2.7/site-packages/pyrasite/ipc.py", line 100, in listen
    socket.SOCK_STREAM, 0, 0):
socket.gaierror: [Errno -2] Name or service not known

Thanks in advance.

0mza987 avatar Oct 17 '18 04:10 0mza987