Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\WINDOWS\system32>pip install https://github.com/kivy/kivy/archive/master.zip
- Collecting https://github.com/kivy/kivy/archive/master.zip
- Downloading https://github.com/kivy/kivy/archive/master.zip
- | 16.9MB 5.9MB/s
- Requirement already satisfied (use --upgrade to upgrade): Kivy-Garden>=0.1.4 in c:\python27\lib\site-packages (from Kivy==1.9.2.dev0)
- Collecting pillow>=3.1 (from Kivy==1.9.2.dev0)
- Downloading Pillow-3.1.0-cp27-none-win32.whl (1.2MB)
- 100% |################################| 1.2MB 335kB/s
- Requirement already satisfied (use --upgrade to upgrade): docutils in c:\python27\lib\site-packages (from Kivy==1.9.2.dev0)
- Requirement already satisfied (use --upgrade to upgrade): pygments in c:\python27\lib\site-packages (from Kivy==1.9.2.dev0)
- 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)
- Installing collected packages: pillow, Kivy
- Found existing installation: Pillow 2.7.0
- Uninstalling Pillow-2.7.0:
- Successfully uninstalled Pillow-2.7.0
- Found existing installation: Kivy 1.9.1
- Uninstalling Kivy-1.9.1:
- Successfully uninstalled Kivy-1.9.1
- Running setup.py install for Kivy ... error
- 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:
- [INFO ] [Logger ] Record log in C:\Users\Andre\.kivy\logs\kivy_16-01-25_16.txt
- [INFO ] [Kivy ] v1.9.2-dev0
- [INFO ] [Python ] v2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)]
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "c:\python27\lib\site-packages\setuptools\__init__.py", line 11, in <module>
- from setuptools.extern.six.moves import filterfalse, map
- File "c:\python27\lib\site-packages\setuptools\extern\__init__.py", line 1, in <module>
- from pkg_resources.extern import VendorImporter
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3131, in <module>
- @_call_aside
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3117, in _call_aside
- f(*args, **kwargs)
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3156, in _initialize_master_working_set
- add_activation_listener(lambda dist: dist.activate())
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 957, in subscribe
- callback(dist)
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 3156, in <lambda>
- add_activation_listener(lambda dist: dist.activate())
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2656, in activate
- declare_namespace(pkg)
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2226, in declare_namespace
- _handle_ns(packageName, path_item)
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2195, in _handle_ns
- path.sort(key=sort_key)
- File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2193, in sort_key
- return sys_path.index(_normalize_cached(os.sep.join(parts)))
- ValueError: 'c:\\users\\andre\\appdata\\local\\temp\\pip-svdydh-build' is not in list
- ----------------------------------------
- Rolling back uninstall of Kivy
- 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