Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. root@ubuntu:~/Desktop/scripts/scsender# sudo -H pip3 install pyautogui
  2. Collecting pyautogui
  3. Downloading https://files.pythonhosted.org/packages/2e/83 /89b5adbc37d1bbf7b486a2c1c00e8037e6f801e8c053c4897bb82d9510c6/PyAutoGUI-0.9.36.tar.gz (46kB)
  4. 100% |████████████████████████████████| 51kB 443kB/s
  5. Complete output from command python setup.py egg_info:
  6. Traceback (most recent call last):
  7. File "<string>", line 1, in <module>
  8. File "/tmp/pip-build-v1q1avhg/pyautogui/setup.py", line 6, in <module>
  9. version=__import__('pyautogui').__version__,
  10. File "/tmp/pip-build-v1q1avhg/pyautogui/pyautogui/__init__.py", line 115, in <module>
  11. from . import _pyautogui_x11 as platformModule
  12. File "/tmp/pip-build-v1q1avhg/pyautogui/pyautogui/_pyautogui_x11.py", line 7, in <module>
  13. from Xlib.display import Display
  14. ModuleNotFoundError: No module named 'Xlib'
  15.  
  16. ----------------------------------------
  17. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip- build-v1q1avhg/pyautogui/
  18.  
  19. sudo apt-get install python3-xlib
  20. sudo pip3 install pyautogui
Add Comment
Please, Sign In to add comment