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.  python3-tools conflicts

    Posted Wed May 22, 2019 03:44 AM

    Originally posted by: ctremel


    python3-tools conflicts with python2-tools, not sure whats the sense behind this, but this makes python2 -> python3 migrations difficult.

     

    Transaction Check Error:
      file /opt/freeware/bin/2to3_64 from install of python3-tools-3.7.3-1.ppc conflicts with file from package python-tools-2.7.15-2.ppc
      file /opt/freeware/bin/2to3 from install of python3-tools-3.7.3-1.ppc conflicts with file from package python-tools-2.7.15-2.ppc

     


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 2.  Re: python3-tools conflicts

    Posted Wed May 22, 2019 04:37 AM

    Originally posted by: AyappanP


    From python-2.7.15-3 onwards, we stopped shipping 2to3. 

    I think you need to update the python-tools rpm. 


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 3.  Re: python3-tools conflicts

    Posted Wed May 22, 2019 04:42 AM

    Originally posted by: ctremel


    this error occurs while running "yum update", so what do you mean with "update the python-tools" rpm. there is a python3-tools and a python-tools package. python-tools is installed and yum bails out trying to update to python3-tools.


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 4.  Re: python3-tools conflicts

    Posted Wed May 22, 2019 05:02 AM

    Originally posted by: AyappanP


    Okay.

    Just try to update "python-tools" first ., "yum update python-tools"

    Then you can do "yum update".


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 5.  Re: python3-tools conflicts

    Posted Wed May 22, 2019 05:06 AM

    Originally posted by: ctremel


    duuhh...this works, thank you.


    #AIX-Open-Source-Software
    #AIXOpenSource