AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 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

     



  • 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. 



  • 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.



  • 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".



  • 5.  Re: python3-tools conflicts

    Posted Wed May 22, 2019 05:06 AM

    Originally posted by: ctremel


    duuhh...this works, thank you.