【发布时间】:2014-07-03 14:56:15
【问题描述】:
我正在尝试在我的 Windows 计算机上安装 Django,但我无法安装它。 我被要求设置环境,但我是新手,我以前从未使用过 Python 或 Django,我什至不知道 Django 的正确用途是什么。 到目前为止,我已经安装了 Python34。我已经设置了环境变量。我已经安装了点子。当我跑步时
C:\Users\username>pip install Django==1.6.5
Downloading/unpacking Django==1.6.5
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement Django==1.6.5
Cleaning up...
No distributions at all found for Django==1.6.5
Storing debug log for failure in C:\Users\username\pip\pip.log
这里有什么问题? 我已经按照本指南 here 一步一步地走了。 在安装 Django 之前我需要什么? 在运行此命令之前,我是否需要任何服务器或数据库?
谁能帮忙?
【问题讨论】:
-
你的链接说:pip install django 你试过了吗?
-
是的,我试过了,它给出了同样的错误。
-
它写在这里 python 与 python 3.3 一起工作不确定它是否适用于更高版本:docs.djangoproject.com/en/1.6/intro/install
-
Here 说它适用于 3.4
-
你的开发版不是稳定版(所以不是 1.6.5)