安装nltk_data数据包的问题:[Errno 11004] getaddrinfo failed

问题:

安装nltk时,在python shell中输

import nltk

nltk.download()

会出现以下问题

安装nltk_data数据包的问题:[Errno 11004] getaddrinfo failed_第1张图片

这是因为nltk.download()下载连接不上

在C:\Windows\System32\drivers\etc中找到hosts文件

其中添加199.232.68.133 raw.githubusercontent.com 映射

安装nltk_data数据包的问题:[Errno 11004] getaddrinfo failed_第2张图片

这样就可以打开下载了

OK

你可能感兴趣的:(python,python,windows)