Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  Paramiko for Python3?

    Posted Mon July 15, 2019 04:13 PM

    Originally posted by: BrentFortman


    It would be great to have paramiko for Python3 since it is such a widely used module and is already provided on this site under Python2.  I have tried many times to simply use "python3 -m pip install paramiko" but I always get a failure when it attempts to build the wheel for a dependent package called "pynacl".   The error looks like this (AIX 7.2):

    /tmp/pip-install-46x46dq5/pynacl/src/libsodium/build-aux/test-driver[107]: 26738972 Memory fault(coredump)

    Any chance paramiko would be provided under Python3 in future releases of the Toolbox?

     

    Thanks,

    Brent


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 2.  Re: Paramiko for Python3?

    Posted Tue July 16, 2019 09:56 AM

    Originally posted by: AyappanP


    Python2 is going out of support from Jan 1 , 2020. 

    So there is a plan to update the python modules using Python3 before that. 

    Regarding the memory fault error, try increasing ulimit data & memory to unlimited.

    ulimit -d unlimited

    ulimit -m unlimited


    #AIX-Open-Source-Software
    #AIXOpenSource