Python教程

python socket.gethostbyname() 报错socket.gaierror: [Errno -2] Name or service not known

本文主要是介绍python socket.gethostbyname() 报错socket.gaierror: [Errno -2] Name or service not known,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

python socket.gethostbyname() 报错socket.gaierror: [Errno -2] Name or service not known

遇到这个错误可以排查下:

1. 可能是/etc/hosts下面没有配置127.0.0.1 localhost

2. /etc/hostname里的hostname  和 /etc/hosts里的 IP hostname 值不一致。

这篇关于python socket.gethostbyname() 报错socket.gaierror: [Errno -2] Name or service not known的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!