Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Collecting kivy
  2. Downloading Kivy-1.10.0.tar.gz (24.3MB)
  3. 100% |████████████████████████████████| 24.3MB 10kB/s
  4. Complete output from command python setup.py egg_info:
  5. Traceback (most recent call last):
  6. File "<string>", line 1, in <module>
  7. File "/tmp/pip-build-dm1x1urq/kivy/setup.py", line 934, in <module>
  8. version=get_version(),
  9. File "/tmp/pip-build-dm1x1urq/kivy/setup.py", line 47, in get_version
  10. ['git', 'rev-parse', 'HEAD']
  11. File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
  12. **kwargs).stdout
  13. File "/usr/lib/python3.5/subprocess.py", line 693, in run
  14. with Popen(*popenargs, **kwargs) as process:
  15. File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
  16. restore_signals, start_new_session)
  17. File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
  18. raise child_exception_type(errno_num, err_msg)
  19. FileNotFoundError: [Errno 2] No such file or directory: 'git'
  20. Using distutils
  21.  
  22. Detected Cython version 0.25.2
  23. Using this graphics system: OpenGL
  24. WARNING: A problem occurred while running pkg-config --libs --cflags gstreamer-1.0 (code 127)
  25.  
  26. b'/bin/sh: 1: pkg-config: not found\n'
  27.  
  28. WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 127)
  29.  
  30. b'/bin/sh: 1: pkg-config: not found\n'
  31.  
  32.  
  33. ----------------------------------------
  34. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-dm1x1urq/kivy/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement