无法安装

时间:2014-03-16 11:04:42

标签: python pip

我无法“pip install prettytable”。安装它的最佳选择是什么?

% sudo pip -vvv install prettytable

Downloading/unpacking prettytable
  Getting page https://pypi.python.org/simple/prettytable/
  Could not fetch URL https://pypi.python.org/simple/prettytable/: 404 Client Error: Not Found
  Will skip URL https://pypi.python.org/simple/prettytable/ when looking for download links for prettytable
  Getting page https://pypi.python.org/simple/
  URLs to search for versions for prettytable:
  * https://pypi.python.org/simple/prettytable/
  Getting page https://pypi.python.org/simple/prettytable/
  Could not fetch URL https://pypi.python.org/simple/prettytable/: 404 Client Error: Not Found
  Will skip URL https://pypi.python.org/simple/prettytable/ when looking for download links for prettytable
  Could not find any downloads that satisfy the requirement prettytable

2 个答案:

答案 0 :(得分:6)

看起来像PyPI上没有可用的模块。 您可以从https://code.google.com/p/prettytable/downloads/list下载源代码,然后安装模块。

pip install https://pypi.python.org/packages/source/P/PrettyTable/prettytable-0.7.2.tar.bz2

答案 1 :(得分:1)

<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8"/>
    <title>Public Speaking</title>
  </head>
  <body>
    <h1>This is my page</h1>
    <p>I thinks that this should work!!</p>
  </body>
</html>

pip install PrettyTable