microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.18k stars 6.16k forks source link

[qtwebengine] Build error on x64-windows #39503

Open Tanqingshan opened 1 week ago

Tanqingshan commented 1 week ago

Package: qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows@6.7.2

Host Environment

To Reproduce

vcpkg install qt

Failure logs

-- Using cached pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz.
-- Cleaning sources at E:/vcpkg/buildtrees/qtwebengine/src/8854625dd8-861bd167bd.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/vcpkg/downloads/pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz
-- Using source at E:/vcpkg/buildtrees/qtwebengine/src/8854625dd8-861bd167bd.clean
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: E:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe E:/vcpkg/buildtrees/qtwebengine/src/8854625dd8-861bd167bd.clean/public/get-pip.py --no-warn-script-location
    Working Directory: E:/vcpkg/buildtrees/qtwebengine
    Error code: 1
    See logs for more information:
      E:\vcpkg\buildtrees\qtwebengine\get-pip-x64-windows-out.log
      E:\vcpkg\buildtrees\qtwebengine\get-pip-x64-windows-err.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-get-python-packages/x_vcpkg_get_python_packages.cmake:48 (vcpkg_execute_required_process)
  ports/qtwebengine/portfile.cmake:69 (x_vcpkg_get_python_packages)
  scripts/ports.cmake:191 (include)
E:\vcpkg\buildtrees\qtwebengine\get-pip-x64-windows-out.log ``` Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)'))) - skipping ```
E:\vcpkg\buildtrees\qtwebengine\get-pip-x64-windows-err.log ``` WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', ConnectionAbortedError(10053, '��������е�������ֹ��һ���ѽ��������ӡ�', None, 10053, None))': /simple/pip/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', ConnectionAbortedError(10053, '��������е�������ֹ��һ���ѽ��������ӡ�', None, 10053, None))': /simple/pip/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', ConnectionAbortedError(10053, '��������е�������ֹ��һ���ѽ��������ӡ�', None, 10053, None))': /simple/pip/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', ConnectionAbortedError(10053, '��������е�������ֹ��һ���ѽ��������ӡ�', None, 10053, None))': /simple/pip/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', ConnectionAbortedError(10053, '��������е�������ֹ��һ���ѽ��������ӡ�', None, 10053, None))': /simple/pip/ ERROR: Could not find a version that satisfies the requirement pip (from versions: none) ERROR: No matching distribution found for pip ```

How do I fix it? ths

MonicaLiu0311 commented 1 week ago
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)'))) - skipping

I can access this site manually, this may not be a vcpkg issue, please check your local network situation.