Page 1 of 1

Installing pyautogui on Rpi

Posted: Wed Sep 16, 2015 11:27 pm
by alpeace89
Hi,

I am trying to install the pyautogui package on my Rpi using the Linux instructions at: https://pyautogui.readthedocs.org/en/la ... stall.html

But when I run:

Code: Select all

sudo pip3 install python3-xlib
I get:

Code: Select all

Sudo: pip3: command not found 
Am I correct that I should have pip3 automatically with python3? Any suggestions appreciated.

Cheers,
Alex

Re: Installing pyautogui on Rpi

Posted: Thu Sep 17, 2015 3:29 am
by rpdom
Make sure pip3 is installed

Code: Select all

sudo apt-get install python3-pip

Re: Installing pyautogui on Rpi

Posted: Thu Sep 17, 2015 7:23 am
by alpeace89
Hi,

When I run:

Code: Select all

sudo get-apt install python3-pip
It says it's already installed and is the newest version.
Cheers,
Alex

Re: Installing pyautogui on Rpi

Posted: Thu Sep 17, 2015 7:36 am
by DirkS
Try

Code: Select all

sudo pip-3.2 install python3-xlib