!pip install pywaffle
を実行したいのですが、エラーになります。
ローカルのPCではできるのですが
KaggleのNotebookでだけエラーになります。
なんとかなりますでしょうか。
python
1 2!pip install pywaffle 3 4WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f0e79876e10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pywaffle/ 5WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f0e79856190>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pywaffle/ 6WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f0e798564d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pywaffle/ 7WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f0e79856810>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pywaffle/ 8WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f0e79856b50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pywaffle/ 9ERROR: Could not find a version that satisfies the requirement pywaffle 10ERROR: No matching distribution found for pywaffle
どうぞよろしくお願いいたします。
あなたの回答
tips
プレビュー