2n2u

Untitled

Jan 25th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. C:\WINDOWS\system32>pip install https://github.com/kivy/kivy/archive/master.zip
  2. Collecting https://github.com/kivy/kivy/archive/master.zip
  3. Downloading https://github.com/kivy/kivy/archive/master.zip
  4. | 16.9MB 5.9MB/s
  5. Requirement already satisfied (use --upgrade to upgrade): Kivy-Garden>=0.1.4 in c:\python27\lib\site-packages (from Kivy==1.9.2.dev0)
  6. Collecting pillow>=3.1 (from Kivy==1.9.2.dev0)
  7. Downloading Pillow-3.1.0-cp27-none-win32.whl (1.2MB)
  8. 100% |################################| 1.2MB 335kB/s
  9. Requirement already satisfied (use --upgrade to upgrade): docutils in c:\python27\lib\site-packages (from Kivy==1.9.2.dev0)
  10. Requirement already satisfied (use --upgrade to upgrade): pygments in c:\python27\lib\site-packages (from Kivy==1.9.2.dev0)
  11. Requirement already satisfied (use --upgrade to upgrade): requests in c:\python27\lib\site-packages (from Kivy-Garden>=0.1.4->Kivy==1.9.2.dev0)
  12. Installing collected packages: pillow, Kivy
  13. Found existing installation: Pillow 2.7.0
  14. Uninstalling Pillow-2.7.0:
  15. Successfully uninstalled Pillow-2.7.0
  16. Found existing installation: Kivy 1.9.1
  17. Uninstalling Kivy-1.9.1:
  18. Successfully uninstalled Kivy-1.9.1
  19. Running setup.py install for Kivy ... error
  20. Complete output from command c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\andre\\appdata\\local\\temp\\pip-svdydh-build\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\andre\appdata\local\temp\pip-zpn8ym-record\install-record.txt --single-version-externally-managed --compile:
  21. [INFO ] [Logger ] Record log in C:\Users\Andre\.kivy\logs\kivy_16-01-25_16.txt
  22. [INFO ] [Kivy ] v1.9.2-dev0
  23. [INFO ] [Python ] v2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)]
  24. Traceback (most recent call last):
  25. File "<string>", line 1, in <module>
  26. File "c:\python27\lib\site-packages\setuptools\__init__.py", line 11, in <module>
  27. from setuptools.extern.six.moves import filterfalse, map
  28. File "c:\python27\lib\site-packages\setuptools\extern\__init__.py", line 1, in <module>
  29. from pkg_resources.extern import VendorImporter
  30. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3131, in <module>
  31. @_call_aside
  32. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3117, in _call_aside
  33. f(*args, **kwargs)
  34. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3156, in _initialize_master_working_set
  35. add_activation_listener(lambda dist: dist.activate())
  36. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 957, in subscribe
  37. callback(dist)
  38. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3156, in <lambda>
  39. add_activation_listener(lambda dist: dist.activate())
  40. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2656, in activate
  41. declare_namespace(pkg)
  42. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2226, in declare_namespace
  43. _handle_ns(packageName, path_item)
  44. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2195, in _handle_ns
  45. path.sort(key=sort_key)
  46. File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2193, in sort_key
  47. return sys_path.index(_normalize_cached(os.sep.join(parts)))
  48. ValueError: 'c:\\users\\andre\\appdata\\local\\temp\\pip-svdydh-build' is not in list
  49.  
  50. ----------------------------------------
  51. Rolling back uninstall of Kivy
  52. Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\andre\\appdata\\local\\temp\\pip-svdydh-build\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\andre\appdata\local\temp\pip-zpn8ym-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\andre\appdata\local\temp\pip-svdydh-build
Advertisement
Add Comment
Please, Sign In to add comment