pipエラー、ヒントWARNING:Retrying(Retry(total=0、connect=None、read=None、redirect=None、status=None))
コマンドpip install*またはコマンドpython 3-m pip install--upgrade pipヒント情報:WARNING:Retrying(Retry(total=0,connect=None,redirect=None,status=None))after connection broken by"SSLError(SSLCertVerificationError( 1,'[SSL:CERTIFIATE_VERIFY_FAILED]certificate verify failed:certificate is not valt id(_ssl.c:1056)’)’:/simple/pip/コマンドpip show pipヒント情報:/system/python/lib/python 3.7/site-packages/pip/_vendor/urllib3/connection.py:340: SystemTimeWarning: System time is way off (before 2017-06-30). This will probably lead to SSL verification errors SystemTimeWarning Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.tuna.tsinghua.edu.cn’, port=443): Max retries exceeded with url:/simple/pip/(Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1056)’))) - skipping
問題分析:マザーボードに内部クロックを保存するためのボタンバッテリの電源が切れたり、ゆるんだりしたため、サーバーと時間が同期していない可能性があります.ソリューション(Linux):1 ntpdateを使用してインターネット上のntpサーバとハードウェア時間
1 Jan 08:18:27 ntpdate[1830]: no server suitable for synchronization found
同期に失敗した場合は、次のプロンプトが表示されます.
12 Jun 00:40:39 ntpdate[1831]: step time server 114.118.7.161 offset 1591892511.869846 sec
同期に成功して
*アイデアソース:StackOverflow 2
References
ntpdate同期更新時間_luchuangao ↩︎
How to install pip for installing external packages in NAO robot_Shubham Verma ↩︎
問題分析:マザーボードに内部クロックを保存するためのボタンバッテリの電源が切れたり、ゆるんだりしたため、サーバーと時間が同期していない可能性があります.ソリューション(Linux):1 ntpdateを使用してインターネット上のntpサーバとハードウェア時間
ntpdate -u 210.72.145.44
またはntpdate ntp.api.bz
を同期すると、次のプロンプトが表示されます.1 Jan 08:18:27 ntpdate[1830]: no server suitable for synchronization found
同期に失敗した場合は、次のプロンプトが表示されます.
12 Jun 00:40:39 ntpdate[1831]: step time server 114.118.7.161 offset 1591892511.869846 sec
同期に成功して
date
コマンドを使用して時間を表示した場合、正常に戻り、pipも正常に更新、インストールできます.*アイデアソース:StackOverflow 2
References
ntpdate同期更新時間_luchuangao ↩︎
How to install pip for installing external packages in NAO robot_Shubham Verma ↩︎