-
Notifications
You must be signed in to change notification settings - Fork 925
Description
ERROR: failed to build: failed to solve: process "/bin/sh -c pip install --no-cache-dir wheel && pip install --no-cache-dir -U -r requirements.txt" did not complete successfully: exit code: 1 cote@cotepi:~/src2$ python3 -m venv venv cote@cotepi:~/src2$ source venv/bin/activate (venv) cote@cotepi:~/src2$ pip install -r requirements.txt Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting https://devgagan.in/wp-content/uploads/2024/06/ggnpyro.zip (from -r requirements.txt (line 4)) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:992)'))': /wp-content/uploads/2024/06/ggnpyro.zip WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:992)'))': /wp-content/uploads/2024/06/ggnpyro.zip WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:992)'))': /wp-content/uploads/2024/06/ggnpyro.zip WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:992)'))': /wp-content/uploads/2024/06/ggnpyro.zip
