pip install <package>
command is working for me, I tried installing selenium
package it is working in my setup but when I try to install pyautogui
, it does not work. Screenshots below. What could be wrong here:
DOES NOT WORK, Error:
←[31mCommand "python setup.py egg_info" failed with error code 1 in c:\users\homepc\appdata\local\temp\pip-build-q631su\pyscreeze←[0m
I resolved the problem by using the command
pip3 install pyautogui
from the console terminal window of the workstation. The cause of the error is that before doing that I was trying to use an SSH terminal window to install the software remotely. The SSH terminal window environment does not support a window system.The error message is just as it reads. You need the
Pillow
port of thePIL
library as a dependency: