Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.11 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.16299.309]
  2. (c) 2017 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Lewis>pip install pipenv
  5. You are using pip version 6.0.8, however version 9.0.3 is available.
  6. You should consider upgrading via the 'pip install --upgrade pip' command.
  7. Collecting pipenv
  8.   Downloading pipenv-11.9.0.tar.gz (5.0MB)
  9.     100% |################################| 5.0MB 123kB/s
  10.     error in pipenv setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
  11.     Complete output from command python setup.py egg_info:
  12.     error in pipenv setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
  13.  
  14.     ----------------------------------------
  15.     Command "python setup.py egg_info" failed with error code 1 in C:\Users\Lewis\AppData\Local\Temp\pip-build-jazhenwq\pipenv
  16.  
  17. C:\Users\Lewis>pip install --upgrade pip
  18. You are using pip version 6.0.8, however version 9.0.3 is available.
  19. You should consider upgrading via the 'pip install --upgrade pip' command.
  20. Collecting pip from https://pypi.python.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#md5=d512ceb964f38ba31addb8142bc657cb
  21.   Downloading pip-9.0.3-py2.py3-none-any.whl (1.4MB)
  22.     100% |################################| 1.4MB 385kB/s
  23. Installing collected packages: pip
  24.   Found existing installation: pip 6.0.8
  25.     Uninstalling pip-6.0.8:
  26.       Successfully uninstalled pip-6.0.8
  27.  
  28.   Exception:
  29.   Traceback (most recent call last):
  30.     File "C:\Python34\lib\shutil.py", line 371, in _rmtree_unsafe
  31.       os.unlink(fullname)
  32.   PermissionError: [WinError 5] Access is denied: 'C:\\Users\\Lewis\\AppData\\Local\\Temp\\pip-8x6q46tu-uninstall\\python34\\scripts\\pip.exe'
  33.  
  34.   During handling of the above exception, another exception occurred:
  35.  
  36.   Traceback (most recent call last):
  37.     File "C:\Python34\lib\site-packages\pip\basecommand.py", line 232, in main
  38.       logger.debug('Exception information:', exc_info=True)
  39.     File "C:\Python34\lib\site-packages\pip\commands\install.py", line 347, in run
  40.       home=temp_target_dir,
  41.     File "C:\Python34\lib\site-packages\pip\req\req_set.py", line 560, in install
  42.       # Then inside find_requirement existing_applicable -> False
  43.     File "C:\Python34\lib\site-packages\pip\req\req_install.py", line 680, in commit_uninstall
  44.       )
  45.     File "C:\Python34\lib\site-packages\pip\req\req_uninstall.py", line 153, in commit
  46.       self.file = pth_file
  47.     File "C:\Python34\lib\site-packages\pip\_vendor\retrying.py", line 49, in wrapped_f
  48.       return Retrying(*dargs, **dkw).call(f, *args, **kw)
  49.     File "C:\Python34\lib\site-packages\pip\_vendor\retrying.py", line 212, in call
  50.       raise attempt.get()
  51.     File "C:\Python34\lib\site-packages\pip\_vendor\retrying.py", line 247, in get
  52.       six.reraise(self.value[0], self.value[1], self.value[2])
  53.     File "C:\Python34\lib\site-packages\pip\_vendor\six.py", line 659, in reraise
  54.       _assertCountEqual = "assertItemsEqual"
  55.     File "C:\Python34\lib\site-packages\pip\_vendor\retrying.py", line 200, in call
  56.       attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
  57.     File "C:\Python34\lib\site-packages\pip\utils\__init__.py", line 61, in rmtree
  58.       SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS
  59.     File "C:\Python34\lib\shutil.py", line 478, in rmtree
  60.       return _rmtree_unsafe(path, onerror)
  61.     File "C:\Python34\lib\shutil.py", line 368, in _rmtree_unsafe
  62.       _rmtree_unsafe(fullname, onerror)
  63.     File "C:\Python34\lib\shutil.py", line 368, in _rmtree_unsafe
  64.       _rmtree_unsafe(fullname, onerror)
  65.     File "C:\Python34\lib\shutil.py", line 373, in _rmtree_unsafe
  66.       onerror(os.unlink, fullname, sys.exc_info())
  67.     File "C:\Python34\lib\site-packages\pip\utils\__init__.py", line 73, in rmtree_errorhandler
  68.       def import_or_raise(pkg_or_module_string, ExceptionType, *args, **kwargs):
  69.   PermissionError: [WinError 5] Access is denied: 'C:\\Users\\Lewis\\AppData\\Local\\Temp\\pip-8x6q46tu-uninstall\\python34\\scripts\\pip.exe'
  70.  
  71.  
  72. C:\Users\Lewis>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement