Advertisement
cooperlees

pip upgrade on Windows

Feb 27th, 2019
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1. Installing collected packages: appdirs, click, toml, attrs, black, coverage, pycodestyle, mccabe, entrypoints, pyflakes, flake8, typed-ast, mypy-extensions, mypy, pip, isort, colorama, lazy-object-proxy, wrapt, six, astroid, pylint, setuptools
  2.  
  3.   Found existing installation: pip 18.1
  4.  
  5.     Uninstalling pip-18.1:
  6.  
  7.       Successfully uninstalled pip-18.1
  8.  
  9. Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-uninstall-8c4cxb08\\users\\vssadm~1\\appdata\\local\\temp\\ptr_venv_4860\\scripts\\pip.exe'
  10.  
  11. Consider using the `--user` option or check the permissions.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement