Giter Club home page Giter Club logo

Comments (5)

JedMeister avatar JedMeister commented on July 18, 2024 1

@jeffbabuyo

You state "new workstation" then "Ubuntu", so I assume you are using a relatively new version of Ubuntu.

FWIW on most Linux distros (there are some exceptions, such as Arch) python commands (including pip) default to use python2.7 (as you can see in the paths noted in your stacktrace). To use python3 (including pip) you need to state it explicitly.

To install python3 version of pip (if you don't already have it):

sudo apt install python3-pip

Then to use the python3 version of pip to Install git-repo-updater for python3

pip3 install gitup

from git-repo-updater.

earwig avatar earwig commented on July 18, 2024

Seems like the latest version of GitPython no longer supports Python 2.7. You can try either upgrading to Python 3 (recommended) or installing GitPython < 3.0.0.

from git-repo-updater.

jeffbabuyo avatar jeffbabuyo commented on July 18, 2024

@earwig I'm quite reluctant updating python manually it might mess up ubuntu, I tried it before and it ended up very bad

from git-repo-updater.

earwig avatar earwig commented on July 18, 2024

In that case, you need to downgrade GitPython, because the version you have is too new and is incompatible with the older Python.

from git-repo-updater.

jeffbabuyo avatar jeffbabuyo commented on July 18, 2024

@earwig @JedMeister - all good now yeah I have to upgrade my ubuntu18.04 python version pip and its working now...I didn’t use gitpytjon though...closing this issue now

from git-repo-updater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.