Open-source Languages & Tools for z/OS

 View Only
  • 1.  Error installing JPype using PIP on z/OS

    Posted 07-23-2020 22:38

    Hello,

    I’m trying to install JPype on my z/OS and having problems.

    This is not a complete log, but here is the end of the messages:

    xlc++_echocmd -DNDEBUG -O -qdll -qexportall -qascii -q64 -qnocse -qfloat=ie
    

    e -qgonum -qasm -qbitfield=signed -qlanglvl=extended0x -L/u/pdharr/anaconda-bui
    d/python36/lib -qdll -qexportall -qascii -q64 -qnocse -qfloat=ieee -qgonum -qas
    -qbitfield=signed -qlanglvl=extc1x -D__MV17195__ -D_XOPEN_SOURCE=600 -L/u/pdha
    r/anaconda-build/python36/lib -Inative/common/include -Inative/python/include -
    build/src -Inative/jni_include -I/var/sysapp/python-3.6/python36/include/python
    .6m -c build/src/jp_thunk.cpp -o build/temp.os390-26.00-2964-3.6/build/src/jp_t
    unk.o -ggdb
    error: ÝErrno 129¨ EDC5129I No such file or directory.

    ----------------------------------------                                   
    

    -Ý31mCommand “/var/sysapp/python-3.6/python36/bin/python -u -c “import setuptoo
    s, tokenize;file=’/SYSTEM/tmp/pip-build-wrw6qk2p/jpype1/setup.py’;f=getattr
    tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close()
    exec(compile(code, file, ‘exec’))” install --record /tmp/pip-xasy0glz-recor
    /install-record.txt --single-version-externally-managed --compile” failed with
    rror code 1 in /SYSTEM/tmp/pip-build-wrw6qk2p/jpype1/-Ý0m

    Here are some settings:

    import os
    os.name
    ‘posix’

    import platform
    platform.system()
    ‘OS/390’

    platform.release()
    ‘26.00’

    import sys
    sys.platform
    ‘zos’



  • 2.  RE: Error installing JPype using PIP on z/OS

    ROCKETEER
    Posted 07-27-2020 07:01

    Hello John,

    JPype1 is available in IzODA zAnaconda.

    Regards,
    Vladimir