python通过pip安装Google App Engine

时间:2014-01-05 20:44:23

标签: python google-app-engine

我尝试关注askubuntu answer并使用pip为python安装Google App Engine模块。这对我来说似乎比下载原始文件和将PATH导出添加到bashrc更清晰。

所以我试过了:

tomasz@tomasz-lenovo-ideapad-Y530:~$ sudo pip install appengine.py
[sudo] password for tomasz: 
Downloading/unpacking appengine.py
  Could not find any downloads that satisfy the requirement appengine.py
No distributions at all found for appengine.py
Storing complete log in /home/tomasz/.pip/pip.log

它失败了。我不知道出了什么问题,因为appengine模块可用:https://pypi.python.org/pypi/appengine。谁能指出我做错了什么?

1 个答案:

答案 0 :(得分:5)

尝试使用

    sudo pip install appengine

代替。基本上,不要在最后添加.py。