Hello Oscar Is the wheel package in ibm site or github ?
Can you point me the link ? On Wed, 19 Feb 2025, 13:05 Oscar, <[email protected]> wrote: > El 2025-02-18 05:14, Peter escribió: > > Hello > > > > I am trying to install a new version of zoautil 1.3.4.1 but I am ending > > up > > with below error while installing ZOA utilities python APIs. Our > > mainframe > > is not connected to Internet and is there way to perform local install > > with > > no dependencies or by not using https protocol. > > I tried with --no--dep but no luck. > > > > Has anyone have found another way to fix this? > > Hi Peter, > > I prefer to install the wheel package, but if you want to install the > source instead, use: > > pip3 install --find-links=. --no-index zoautil_py > > > Cheers, > > > > # pip3 install --no-deps > > zoautil_py-1.3.4.1.tar.gz > > > > Processing ./zoautil_py-1.3.4.1.tar.gz > > > > > > Installing build dependencies ... > > -[?25l\ > > > > | > > > > / > > > > > > error > > > > error: > > subprocess-exited-with-error > > > > > > > > pip subprocess to install build dependencies did not run > > successfully. > > > > exit code: > > 1 > > > > > > > > [7 lines of > > output] > > > > WARNING: Retrying (Retry(total=4, connect=None, read=None, > > redirect=None, > > stat > > > > us=None)) after connection broken by > > 'NewConnectionError('<pip._vendor.urllib3.c > > > > onnection.HTTPSConnection object at 0x500B609A30>: Failed to establish > > a > > new con > > > > onnection.HTTPSConnection object at 0x500B609A30>: Failed to establish > > a > > new con > > > > nection: [Errno 1] EDC9501I The name does not resolve for the supplied > > parameter > > > > s.')': /simple/setuptools/ > > > > > > WARNING: Retrying (Retry(total=3, connect=None, read=None, > > redirect=None, > > stat > > > > us=None)) after connection broken by > > 'NewConnectionError('<pip._vendor.urllib3.c > > > > onnection.HTTPSConnection object at 0x500A77EE40>: Failed to establish > > a > > new con > > > > nection: [Errno 1] EDC9501I The name does not resolve for the supplied > > parameter > > > > s.')': > > /simple/setuptools/ > > > > WARNING: Retrying (Retry(total=2, connect=None, read=None, > > redirect=None, > > stat > > > > us=None)) after connection broken by > > 'NewConnectionError('<pip._vendor.urllib3.c > > > > onnection.HTTPSConnection object at 0x500B60A690>: Failed to establish > > a > > new con > > > > nection: [Errno 1] EDC9501I The name does not resolve for the supplied > > parameter > > > > s.')': > > /simple/setuptools/ > > > > WARNING: Retrying (Retry(total=1, connect=None, read=None, > > redirect=None, > > stat > > > > us=None)) after connection broken by > > 'NewConnectionError('<pip._vendor.urllib3.c > > > > onnection.HTTPSConnection object at 0x500B60A8A0>: Failed to establish > > a > > new con > > > > nection: [Errno 1] EDC9501I The name does not resolve for the supplied > > parameter > > > > s.')': > > /simple/setuptools/ > > > > WARNING: Retrying (Retry(total=0, connect=None, read=None, > > redirect=None, > > stat > > > > us=None)) after connection broken by > > 'NewConnectionError('<pip._vendor.urllib3.c > > > > us=None)) after connection broken by > > 'NewConnectionError('<pip._vendor.urllib3.c > > > > onnection.HTTPSConnection object at 0x500B60AA50>: Failed to establish > > a > > new con > > > > nection: [Errno 1] EDC9501I The name does not resolve for the supplied > > parameter > > > > s.')': > > /simple/setuptools/ > > > > ERROR: Could not find a version that satisfies the requirement > > setuptools>=40. > > > > 8.0 (from versions: > > none) > > > > ERROR: No matching distribution found for > > setuptools>=40.8.0 > > > > [end of > > output] > > > > > > > > note: This error originates from a subprocess, and is likely not a > > problem wit > > > > h > > pip. > > > > error: > > subprocess-exited-with-error > > > > > > > > pip subprocess to install build dependencies did not run > > successfully. > > > > exit code: > > 1 > > > > > > > > See above for > > output. > > > > > > > > note: This error originates from a subprocess, and is likely not a > > problem > > with > > > > pip. > > > > pip. > > > > -[?25h# # # # # > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
