gpt4 book ai didi

python - 名称或服务未知

转载 作者:太空狗 更新时间:2023-10-30 01:32:50 25 4
gpt4 key购买 nike

我一直在尝试获取使用以下代码登录机器的人的 IP 地址,但出现错误。

>>> import socket
>>> socket.gethostbyname_ex(socket.gethostname())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
socket.gaierror: [Errno -2] Name or service not known

相同的代码在其他 linux box 中工作。不确定我是否修复了它。

最佳答案

只是因为没有正确设置主机名而发生错误。在三个不同的地方设置主机名,分别是 -

  1. /etc/hostname
  2. /etc/hosts
  3. run command $ hostname

然后注销并重新登录。你完成了。

关于python - 名称或服务未知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38254394/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com