コマンドを使用して ChatterBot をインストールしようとすると、次のpip install ChatterBot
エラーが発生します。
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003687898>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)': /simple/chatterbot/
Could not find a version that satisfies the requirement chatterbot (from versi
ons: )
No matching distribution found for chatterbot
Python 3.6 から 2.7 にダウングレードしましたが、同じエラーが発生します。
Windows 8、Anaconda 2.7 を使用しています