Skip to content
New issue

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

vcs #15

Open
cpaliqaw opened this issue Jan 29, 2023 · 1 comment
Open

vcs #15

cpaliqaw opened this issue Jan 29, 2023 · 1 comment

Comments

@cpaliqaw
Copy link

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

@RomanRobotnik
Copy link
Contributor

Both alternatives can be suggested since the default one was working in the past, as far as I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants