brettmclean / pad4pi

Interrupt-based matrix keypad library for Raspberry Pi
GNU Lesser General Public License v3.0
51 stars 19 forks source link

No module named 'pad4pi' #11

Open Tinymaxi opened 5 years ago

Tinymaxi commented 5 years ago

I follwed the instructions The Interpreter ceeps giving me the same answer. Import Error : No module named 'pad4pi' Kann it be bequase it is no hocked up or wrongli hocked up? or some other reason.

Skarcassar commented 5 years ago

Had the same problem to fix it just do the following in the terminal

sudo pip install wheel sudo pip3 install wheel sudo pip install pad4pi sudo pip3 install pad4pi

AlcalaRegenera commented 3 years ago

I had this problem: sudo: pip3: command not found Solved with: sudo apt install python3-venv python3-pip Fixed also here: thanks !! :D