Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. C:\>py -3 -m ensurepip
  2. Ignoring indexes: https://pypi.python.org/simple/
  3. Downloading/unpacking setuptools
  4. Downloading/unpacking pip
  5. Installing collected packages: setuptools, pip
  6. Cleaning up...
  7. Exception:
  8. Traceback (most recent call last):
  9. File "C:\Users\Red\AppData\Local\Temp\tmp8m44lvho\pip-1.5.6-py2.py3-none-any.w
  10. hl\pip\basecommand.py", line 122, in main
  11. status = self.run(options, args)
  12. File "C:\Users\Red\AppData\Local\Temp\tmp8m44lvho\pip-1.5.6-py2.py3-none-any.w
  13. hl\pip\commands\install.py", line 283, in run
  14. requirement_set.install(install_options, global_options, root=options.root_p
  15. ath)
  16. File "C:\Users\Red\AppData\Local\Temp\tmp8m44lvho\pip-1.5.6-py2.py3-none-any.w
  17. hl\pip\req.py", line 1435, in install
  18. requirement.install(install_options, global_options, *args, **kwargs)
  19. File "C:\Users\Red\AppData\Local\Temp\tmp8m44lvho\pip-1.5.6-py2.py3-none-any.w
  20. hl\pip\req.py", line 671, in install
  21. self.move_wheel_files(self.source_dir, root=root)
  22. File "C:\Users\Red\AppData\Local\Temp\tmp8m44lvho\pip-1.5.6-py2.py3-none-any.w
  23. hl\pip\req.py", line 901, in move_wheel_files
  24. pycompile=self.pycompile,
  25. File "C:\Users\Red\AppData\Local\Temp\tmp8m44lvho\pip-1.5.6-py2.py3-none-any.w
  26. hl\pip\wheel.py", line 215, in move_wheel_files
  27. clobber(source, lib_dir, True)
  28. File "C:\Users\Red\AppData\Local\Temp\tmp8m44lvho\pip-1.5.6-py2.py3-none-any.w
  29. hl\pip\wheel.py", line 193, in clobber
  30. assert not info_dir, 'Multiple .dist-info directories'
  31. AssertionError: Multiple .dist-info directories
  32.  
  33. Storing debug log for failure in C:\Users\Red\pip\pip.log
  34.  
  35. C:\>py -m pip
  36. C:\Python27\python.exe: No module named pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement