Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
0mza987 opened this issue Oct 17, 2018 · 0 comments

Comments

@0mza987
Copy link

0mza987 commented Oct 17, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant