Raspberry Pi – Software – Python package manager (PIP)

python pip logo
python logo

PIP Website

PIP is een package manager voor Python, je kan met PIP plugins en bibliotheken toevoegen aan je Python installatie op je Synology NAS.

Wat heb je nodig?

1) Python 2  sudo apt-get install python  ,of python 3  sudo apt-get install python3

Installatie

Python PIP is eenvoudig te installeren met het commando:

Python 2:  sudo apt-get install python-pip

Python 3:  sudo apt-get install python3-pip

Als het goed is gegaan kun je nu PIP gebruiken met het commando:  pip

pip  > installeert bibliotheken voor python 2.

pip-3.3  > installeert bibliotheken voor python 3.

sudo pip uninstall -y pyusb  > verwijderdt de huidige versie.

–  sudo pip install pyusb==1.0.0b1  > installeert een andere (oudere versie).
bijvoorbeeld voor het oplossen van deze foutmelding:  NotImplementedError: is_kernel_driver_active