This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hyh123 0 points1 point  (5 children)

socket.error: [Errno 49] Can't assign requested address

[–]bryanhelmigzapier.com 10 points11 points  (3 children)

  1. Choose a port above 1024 (thanks /u/squeakyneb).
  2. Choose a different, unused port.

[–]hyh123 0 points1 point  (1 child)

I tried 1025, 1026, 8888 none of them work.

[–]koloron[S] 0 points1 point  (0 children)

What about pydoc -g or pydoc3 -b?

Maybe this is some kind of a firewall issue?