windows 7 上的 pip 安装 django 错误
pip install django error on windows 7
尝试使用命令行(运行 作为管理员)在我的 Windows 7 上使用 Python 版本 3.4.3 安装 django 和命令:
pip install django
这里是错误:
C:\Windows\system32>pip install django
Collecting django
Using cached Django-1.8.1-py2.py3-none-any.whl
Installing collected packages: django
Exception:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\pip\basecommand.py", line 246, in main
status = self.run(options, args)
File "C:\Python34\lib\site-packages\pip\commands\install.py", line 352, in r
un
root=options.root_path,
File "C:\Python34\lib\site-packages\pip\req\req_set.py", line 693, in instal
l
**kwargs
File "C:\Python34\lib\site-packages\pip\req\req_install.py", line 817, in in
stall
self.move_wheel_files(self.source_dir, root=root)
File "C:\Python34\lib\site-packages\pip\req\req_install.py", line 1018, in m
ove_wheel_files
isolated=self.isolated,
File "C:\Python34\lib\site-packages\pip\wheel.py", line 237, in move_wheel_f
iles
clobber(source, lib_dir, True)
File "C:\Python34\lib\site-packages\pip\wheel.py", line 215, in clobber
shutil.copyfile(srcfile, destfile)
File "C:\Python34\lib\shutil.py", line 108, in copyfile
with open(src, 'rb') as fsrc:
PermissionError: [Errno 13] Permission denied: 'C:\Users\Admin\AppData\Loc
al\Temp\pip-build-5dmxxqdw\django\django\core\checks\security\base.py'
请帮忙。
文件夹 C:\Python34 已设置为只读。我更改了 属性 并且安装成功。
我通过将 C:\Python27 文件夹重命名为某个随机名称然后返回到 C:\Python27 并再次 运行 命令解决了这个问题。
我通过以管理员身份打开命令提示符和 运行 'pip install Django' 命令
解决了这个问题
尝试使用命令行(运行 作为管理员)在我的 Windows 7 上使用 Python 版本 3.4.3 安装 django 和命令:
pip install django
这里是错误:
C:\Windows\system32>pip install django
Collecting django
Using cached Django-1.8.1-py2.py3-none-any.whl
Installing collected packages: django
Exception:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\pip\basecommand.py", line 246, in main
status = self.run(options, args)
File "C:\Python34\lib\site-packages\pip\commands\install.py", line 352, in r
un
root=options.root_path,
File "C:\Python34\lib\site-packages\pip\req\req_set.py", line 693, in instal
l
**kwargs
File "C:\Python34\lib\site-packages\pip\req\req_install.py", line 817, in in
stall
self.move_wheel_files(self.source_dir, root=root)
File "C:\Python34\lib\site-packages\pip\req\req_install.py", line 1018, in m
ove_wheel_files
isolated=self.isolated,
File "C:\Python34\lib\site-packages\pip\wheel.py", line 237, in move_wheel_f
iles
clobber(source, lib_dir, True)
File "C:\Python34\lib\site-packages\pip\wheel.py", line 215, in clobber
shutil.copyfile(srcfile, destfile)
File "C:\Python34\lib\shutil.py", line 108, in copyfile
with open(src, 'rb') as fsrc:
PermissionError: [Errno 13] Permission denied: 'C:\Users\Admin\AppData\Loc
al\Temp\pip-build-5dmxxqdw\django\django\core\checks\security\base.py'
请帮忙。
文件夹 C:\Python34 已设置为只读。我更改了 属性 并且安装成功。
我通过将 C:\Python27 文件夹重命名为某个随机名称然后返回到 C:\Python27 并再次 运行 命令解决了这个问题。
我通过以管理员身份打开命令提示符和 运行 'pip install Django' 命令
解决了这个问题