C:\Users\Authorized User\Documents\Bargescraper>pip install requests Collecting requests Using cached requests-2.9.1-py2.py3-none-any.whl Installing collected packages: requests Exception: Traceback (most recent call last): File "c:\program files (x86)\python35-32\lib\site-packages\pip\basecommand.py" , line 211, in main status = self.run(options, args) File "c:\program files (x86)\python35-32\lib\site-packages\pip\commands\instal l.py", line 311, in run root=options.root_path, File "c:\program files (x86)\python35-32\lib\site-packages\pip\req\req_set.py" , line 646, in install **kwargs File "c:\program files (x86)\python35-32\lib\site-packages\pip\req\req_install .py", line 803, in install self.move_wheel_files(self.source_dir, root=root) File "c:\program files (x86)\python35-32\lib\site-packages\pip\req\req_install .py", line 998, in move_wheel_files isolated=self.isolated, File "c:\program files (x86)\python35-32\lib\site-packages\pip\wheel.py", line 339, in move_wheel_files clobber(source, lib_dir, True) File "c:\program files (x86)\python35-32\lib\site-packages\pip\wheel.py", line 310, in clobber ensure_dir(destdir) File "c:\program files (x86)\python35-32\lib\site-packages\pip\utils\__init__. py", line 71, in ensure_dir os.makedirs(path) File "c:\program files (x86)\python35-32\lib\os.py", line 241, in makedirs mkdir(name, mode) PermissionError: [WinError 5] Access is denied: 'c:\\program files (x86)\\python 35-32\\Lib\\site-packages\\requests' You are using pip version 7.1.2, however version 8.0.3 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' comm and.
no subject
Date: 2016-03-02 09:45 am (UTC)C:\Users\Authorized User\Documents\Bargescraper>pip install requests
Collecting requests
Using cached requests-2.9.1-py2.py3-none-any.whl
Installing collected packages: requests
Exception:
Traceback (most recent call last):
File "c:\program files (x86)\python35-32\lib\site-packages\pip\basecommand.py"
, line 211, in main
status = self.run(options, args)
File "c:\program files (x86)\python35-32\lib\site-packages\pip\commands\instal
l.py", line 311, in run
root=options.root_path,
File "c:\program files (x86)\python35-32\lib\site-packages\pip\req\req_set.py"
, line 646, in install
**kwargs
File "c:\program files (x86)\python35-32\lib\site-packages\pip\req\req_install
.py", line 803, in install
self.move_wheel_files(self.source_dir, root=root)
File "c:\program files (x86)\python35-32\lib\site-packages\pip\req\req_install
.py", line 998, in move_wheel_files
isolated=self.isolated,
File "c:\program files (x86)\python35-32\lib\site-packages\pip\wheel.py", line
339, in move_wheel_files
clobber(source, lib_dir, True)
File "c:\program files (x86)\python35-32\lib\site-packages\pip\wheel.py", line
310, in clobber
ensure_dir(destdir)
File "c:\program files (x86)\python35-32\lib\site-packages\pip\utils\__init__.
py", line 71, in ensure_dir
os.makedirs(path)
File "c:\program files (x86)\python35-32\lib\os.py", line 241, in makedirs
mkdir(name, mode)
PermissionError: [WinError 5] Access is denied: 'c:\\program files (x86)\\python
35-32\\Lib\\site-packages\\requests'
You are using pip version 7.1.2, however version 8.0.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.