We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method for installing vcstool should be updated. Here's what I get when installing on Ubuntu 18
cpaliqaw@paliqaw-ubuntu-18:~$ sudo apt-get install -y python3-vcstool [sudo] password for cpaliqaw: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python3-vcstool
My solution
sudo apt update sudo apt upgrade sudo apt install python3-pip sudo pip3 install -U vcstool
The text was updated successfully, but these errors were encountered:
Both alternatives can be suggested since the default one was working in the past, as far as I know.
Sorry, something went wrong.
No branches or pull requests
The method for installing vcstool should be updated. Here's what I get when installing on Ubuntu 18
My solution
The text was updated successfully, but these errors were encountered: