我在Ubuntu上安裝了Python 2.7,Django 1.5.5,MySQL 5.5。然後我試圖安裝SQL驅動程序的Python:Python 2.7 + Django + MySQL-python錯誤
sudo pip install MySQL-python
,結果是
Downloading/unpacking MySQL-python
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement MySQL-python
Cleaning up...
No distributions at all found for MySQL-python
Storing debug log for failure in .pip/pip.log
可能是什麼問題呢?
我想: 須藤的easy_install的MySQL-python的
與結果:
> Searching for MySQL-python Reading
> http://pypi.python.org/simple/MySQL-python/ Download error on
> http://pypi.python.org/simple/MySQL-python/: [Errno -3] Temporary
> failure in name resolution -- Some packages may not be found! Reading
> http://pypi.python.org/simple/MySQL-python/ Download error on
> http://pypi.python.org/simple/MySQL-python/: [Errno -3] Temporary
> failure in name resolution -- Some packages may not be found! Couldn't
> find index page for 'MySQL-python' (maybe misspelled?) Scanning index
> of all packages (this may take a while) Reading
> http://pypi.python.org/simple/ Download error on
> http://pypi.python.org/simple/: [Errno -3] Temporary failure in name
> resolution -- Some packages may not be found! No local packages or
> download links found for MySQL-python error: Could not find suitable
> distribution for Requirement.parse('MySQL-python')
你有沒有嘗試過 「的easy_install的MySQL-python的」? (如果你沒有安裝python dev,你需要執行「apt-get install python-dev」) – AlvaroAV
看起來像包名稱解析中的問題,並且我以什麼方式執行操作並不重要。 – ph7