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

Installing dependencies (pip3) #120

Open
Quikslime1 opened this issue May 23, 2022 · 3 comments
Open

Installing dependencies (pip3) #120

Quikslime1 opened this issue May 23, 2022 · 3 comments

Comments

@Quikslime1
Copy link

I'm using the currently newest version of Ubuntu(22.04 LTS)
by running the sudo apt install python3-dbus libhidapi-hidraw0 it was going great and I got no single error

but by running sudo pip3 install . it said "sudo: pip3: Befehl nicht gefunden" (german) -> english: "sudo: pip3: Command not found"

@MicaelJarniac
Copy link

@Quikslime1 you could try pip instead of pip3.

@dravorle
Copy link

dravorle commented Sep 10, 2022

@Quikslime1 You should have installed python3 and pip3

You may install both using:
sudo apt install python3 python3-pip

@Quikslime1
Copy link
Author

thanks that worked!

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

3 participants