Advertisement
Guest User

Untitled

a guest
Jan 31st, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Downloading/unpacking kivy==1.8.0 (from -r requirements.txt (line 7))
  2. Downloading Kivy-1.8.0.tar.gz (14.7MB): 14.7MB downloaded
  3. Running setup.py egg_info for package kivy
  4. [INFO ] Kivy v1.8.0
  5. Package gstreamer-1.0 was not found in the pkg-config search path.
  6. Perhaps you should add the directory containing `gstreamer-1.0.pc'
  7. to the PKG_CONFIG_PATH environment variable
  8. No package 'gstreamer-1.0' found
  9. Traceback (most recent call last):
  10. File "<string>", line 16, in <module>
  11. File "/Users/dustin/.virtualenvs/zeus/build/kivy/setup.py", line 373, in <module>
  12. base_flags = determine_base_flags()
  13. File "/Users/dustin/.virtualenvs/zeus/build/kivy/setup.py", line 280, in determine_base_flags
  14. 'System/Library/Frameworks')
  15. File "/Users/dustin/.virtualenvs/zeus/bin/../lib/python3.3/posixpath.py", line 92, in join
  16. "components.") from None
  17. TypeError: Can't mix strings and bytes in path components.
  18. Xcode detected at b'/Applications/Xcode.app/Contents/Developer', and using MacOSX10.9 sdk
  19. Complete output from command python setup.py egg_info:
  20. [INFO ] Kivy v1.8.0
  21.  
  22. Package gstreamer-1.0 was not found in the pkg-config search path.
  23.  
  24. Perhaps you should add the directory containing `gstreamer-1.0.pc'
  25.  
  26. to the PKG_CONFIG_PATH environment variable
  27.  
  28. No package 'gstreamer-1.0' found
  29.  
  30. Traceback (most recent call last):
  31.  
  32. File "<string>", line 16, in <module>
  33.  
  34. File "/Users/dustin/.virtualenvs/zeus/build/kivy/setup.py", line 373, in <module>
  35.  
  36. base_flags = determine_base_flags()
  37.  
  38. File "/Users/dustin/.virtualenvs/zeus/build/kivy/setup.py", line 280, in determine_base_flags
  39.  
  40. 'System/Library/Frameworks')
  41.  
  42. File "/Users/dustin/.virtualenvs/zeus/bin/../lib/python3.3/posixpath.py", line 92, in join
  43.  
  44. "components.") from None
  45.  
  46. TypeError: Can't mix strings and bytes in path components.
  47.  
  48. Xcode detected at b'/Applications/Xcode.app/Contents/Developer', and using MacOSX10.9 sdk
  49.  
  50. ----------------------------------------
  51. Cleaning up...
  52. Command python setup.py egg_info failed with error code 1 in /Users/dustin/.virtualenvs/zeus/build/kivy
  53. Storing complete log in /Users/dustin/.pip/pip.log
  54. make: *** [develop] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement