我收到以下錯誤錯誤?不能安裝ordereddict使用PIP安裝
Downloading/unpacking OrderedDict
Could not fetch URL http://pypi.python.org/simple/OrderedDict: HTTP Error 403: CoachingSessionExceededWithoutJS
Will skip URL http://pypi.python.org/simple/OrderedDict when looking for download links for OrderedDict
Could not fetch URL http://pypi.python.org/simple/: HTTP Error 403: CoachingSessionExceededWithoutJS
Will skip URL http://pypi.python.org/simple/ when looking for download links for OrderedDict
Cannot fetch index base URL http://pypi.python.org/simple/
Cannot find requirement OrderedDict, nor fetch index URL http://pypi.python.org/simple/
Storing complete log in ./pip-log.txt
正在升級到python2.7的一個選項? – mgilson
如果無法進行升級,請參閱http://code.activestate.com/recipes/576693/ – xbonez
OrderedDict已添加到版本2.7中的「collections」模塊,該模塊是標準Python版本的一部分。有一個[ActiveState配方](http://code.activestate.com/recipes/576693/)版本只需要Python 2.4。 – martineau