ZOAU Python API fails while 1.3.4 #83
Unanswered
mainframe-JMF
asked this question in
Q&A
Replies: 3 comments
-
|
What version of Python is this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Python 3.12
…On Wed, 19 Feb 2025, 17:41 Anthony Giorgio, ***@***.***> wrote:
What version of Python is this?
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BPU4JX7277U6BNVFBSPC57L2QSCZ5AVCNFSM6AAAAABXNF4WDOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRVGAZDANQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You should install the wheel file instead. It's precompiled so you can avoid this problem: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
ZOAU python API installation steps fails complaining that the SETUPTOOLS are not installed but it is already installed as per PIP3 LIST and it is at the highest and greatest level. Below is the error message i am getting and is there a workaround to get all the ZOAU python API ?
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# # # # #
Beta Was this translation helpful? Give feedback.
All reactions