·开发板:ESP32-S2-Saola-1
·系统:Windows10
·IDE:VScode v1.63.1
·插件:Espressif IDF v1.2.0
·esp-idf版本:v4.3
问题描述
已经使用win10离线安装包安装v4.3版本,测试helloworld例程在pwoershell中可以编译烧写
在vscode中安装idf插件,选择使用本地已安装的版本和工具,成功检测到并跳过
在安装到python环境时,可以检测到已经安装的环境
Code: Select all
Using existing s:\Work\ESP\TOOLS\tools\idf-python\3.8.7
Python 3.8.7
pip 20.3.3 from s:\Work\ESP\TOOLS\python_env\idf4.3_py3.8_env\lib\site-packages\pip (python 3.8)
Looking in indexes: http://pypi.douban.com/simple/, https://dl.espressif.com/pypi
Requirement already satisfied: setuptools>=21 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 4)) (51.3.3)
Requirement already satisfied: click>=7.0 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 8)) (8.0.1)
Requirement already satisfied: pyserial>=3.0 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 9)) (3.5)
Requirement already satisfied: future>=0.15.2 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 10)) (0.18.2)
Requirement already satisfied: cryptography>=2.1.4 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 11)) (3.4.7)
Requirement already satisfied: pyparsing<2.4.0,>=2.0.3 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 12)) (2.3.1)
Requirement already satisfied: pyelftools>=0.22 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 13)) (0.27)
Requirement already satisfied: gdbgui==0.13.2.0 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 15)) (0.13.2.0)
Requirement already satisfied: pygdbmi<=0.9.0.2 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 18)) (0.9.0.2)
Requirement already satisfied: python-socketio<5 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 21)) (4.6.1)
Requirement already satisfied: kconfiglib==13.7.1 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 23)) (13.7.1)
Requirement already satisfied: reedsolo<=1.5.4,>=1.5.3 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 26)) (1.5.4)
Requirement already satisfied: bitstring>=3.1.6 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 27)) (3.1.9)
Requirement already satisfied: ecdsa>=0.16.0 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 28)) (0.17.0)
Requirement already satisfied: construct==2.10.54 in s:\work\esp\tools\python_env\idf4.3_py3.8_env\lib\site-packages (from -r s:\Work\ESP\IDF\requirements.txt (line 32)) (2.10.54)
Code: Select all
Installing ESP-IDF extension python packages in s:\Work\ESP\TOOLS\python_env\idf4.3_py3.8_env\Scripts\python.exe ...
Looking in indexes: http://pypi.douban.com/simple/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A90D0>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9340>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9550>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9760>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9970>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
ERROR: Could not find a version that satisfies the requirement gcovr
ERROR: No matching distribution found for gcovr
Command failed: "s:\Work\ESP\TOOLS\python_env\idf4.3_py3.8_env\Scripts\python.exe" -m pip install --upgrade --no-warn-script-location -r "c:\Users\PC\.vscode\extensions\espressif.esp-idf-extension-1.2.0\requirements.txt"
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A90D0>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9340>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9550>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9760>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9970>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
ERROR: Could not find a version that satisfies the requirement gcovr
ERROR: No matching distribution found for gcovr
Command failed: "s:\Work\ESP\TOOLS\python_env\idf4.3_py3.8_env\Scripts\python.exe" -m pip install --upgrade --no-warn-script-location -r "c:\Users\PC\.vscode\extensions\espressif.esp-idf-extension-1.2.0\requirements.txt"
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A90D0>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9340>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9550>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9760>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002C2136A9970>: Failed to establish a new connection: [WinError 10013] ��һ�ַ���Ȩ�������ķ�ʽ����һ���������ֵij��ԡ�')': /simple/gcovr/
ERROR: Could not find a version that satisfies the requirement gcovr
ERROR: No matching distribution found for gcovr
同时因为我需要使用USB功能,我开始使用在线工具安装4.4版本,一样是选择已有工具,在另一个文件夹下安装idf4.4,到“安装python环境”时似乎遇到了一样的问题。
Code: Select all
Running command: S:\Work\ESP\TOOLS\tools\idf-python\3.8.7\python.exe "S:\Work\ESP\IDF4.4\\tools\idf_tools.py" --idf-path S:\Work\ESP\IDF4.4\ install-python-env
Python 3.8.7
Installing Python packages from S:\Work\ESP\IDF4.4\requirements.txt
Looking in indexes: http://pypi.douban.com/simple/, https://dl.espressif.com/pypi, https://dl.espressif.com/pypi
Requirement already satisfied: setuptools>=21 in s:\work\esp\tools\python_env\idf4.4_py3.8_env\lib\site-packages (from -r S:\Work\ESP\IDF4.4\requirements.txt (line 4)) (51.3.3)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/click/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/click/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/click/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/click/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/click/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyserial/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyserial/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyserial/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyserial/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyserial/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/future/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/future/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/future/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/future/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/future/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/cryptography/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/cryptography/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/cryptography/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/cryptography/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/cryptography/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyparsing/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyparsing/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyparsing/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyparsing/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyparsing/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyelftools/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyelftools/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyelftools/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyelftools/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pyelftools/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/idf-component-manager/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/idf-component-manager/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/idf-component-manager/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/idf-component-manager/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/idf-component-manager/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/gdbgui/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/gdbgui/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/gdbgui/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/gdbgui/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/gdbgui/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pygdbmi/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pygdbmi/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pygdbmi/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pygdbmi/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/pygdbmi/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/python-socketio/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/python-socketio/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/python-socketio/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/python-socketio/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/python-socketio/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/kconfiglib/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/kconfiglib/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/kconfiglib/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/kconfiglib/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/kconfiglib/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/reedsolo/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/reedsolo/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/reedsolo/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/reedsolo/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/reedsolo/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/bitstring/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/bitstring/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/bitstring/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/bitstring/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/bitstring/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/ecdsa/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1108: The handshake operation timed out'))': /pypi/ecdsa/