chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

ds4drv command not found #151

Closed mouarfff closed 5 years ago

mouarfff commented 6 years ago

I tried to install ds4drv on linux mint mate 18.3 but i have problems

pegasus@andromeda ~ $ sudo -H pip3 install ds4drv
Requirement already satisfied: ds4drv in /usr/local/lib/python3.5/dist-packages (0.5.1)
Requirement already satisfied: evdev>=0.3.0 in /usr/local/lib/python3.5/dist-packages (from ds4drv) (1.0.0)
Requirement already satisfied: pyudev>=0.16 in /usr/lib/python3/dist-packages (from ds4drv) (0.16.1)

But there is no ds4drv binary

mouarfff commented 6 years ago

I tried this to, but it didn't work ...

I funded a better solution ..... :( stopping linux after 13 years using it :(

cbaez440 commented 5 years ago

sudo pip3 install ds4drv worked for me

mouarfff commented 5 years ago

thx