请告诉我一些在ubuntu中安装Django的方法,不需要使用pip for python 2.7 我正在使用代理连接。我已经尝试了其他答案中显示的用于导出pip代理的步骤。如何在virtualenv中安装Django python 2.7
当我尝试pip install Django==1.6.2
它显示错误
Downloading/unpacking Django
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement Django
Cleaning up...
No distributions at all found for Django
Storing debug log for failure in /home/shivam/.pip/pip.log
另外,我无法使用PIP安装任何东西。
我可以问你为什么要安装django 1.6.x而不是更新的版本? – Sayse
可能是pypi网站的临时网络问题或问题,但很确定这应该是小写:'pip install django == 1.6.2' – Anentropic
您正在使用哪个版本的pip?日志说什么('/ home/shivam/.pip/pip.log')? – Linkid