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.  Package request: Python3 fabric

    Posted Tue October 13, 2020 08:14 AM
    Please package phython3-fabric:

    http://www.fabfile.org/

    ------------------------------
    Matthew Opoka
    ------------------------------

    #AIXOpenSource


  • 2.  RE: Package request: Python3 fabric

    Posted Tue October 13, 2020 12:43 PM
    We recommend users to use " python3 -m pip install <package> " to install python based packages 
    It's very difficult to maintain python packages through AIX Toolbox as these packages has fast release cycles. And this is our strategy going forward.

    In this case, i see fabric has a dependency on pynacl which is available in Toolbox ( made available because of cloud-init). 
    You can install pynacl from AIX Toolbox and then try installing fabric through pip.

    ------------------------------
    Ayappan P
    ------------------------------