I am runing unbuntu on python3 and am trying to install pyautogui with the command pip3 install pyautogui
, every time I do i always recive this error message
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/lib/python3/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-4xvh93ue/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output.
I have tried downloading from the offical github but that does not help.