Hey guys!
I am trying to install said driver for my PS4-Controller. Python 3-dev is already installed and I made sure to have all the prerequisites needed for this driver. But when I run folling command: sudo pip install ds4drv I get the following result:
I am very new to Linux in general and can't really extract anything from the answer. Could someone lend a hand please?
Thanks and have a great day!
Welcome to the Forum!
Do You have installed the Package python3-pip or the mentioned pipx Package from the Note?
Hi Ponce!
I did install the Python 3-thing and after your reply took care of the pipx-Package.
But it did not help. I still get the same long message.
Hello, it's for security you need to add '--break-system-packages' when you pip install
Do that
sudo pip install ds4drv --break-system-packages
And when You use the pipx install Command?
That did the trick with the installation! Thanks a ton!
2 Likes
The pipx-isntallation did work as intended before. 