下载/解压安装 googledatastore 时出错

Posted

技术标签:

【中文标题】下载/解压安装 googledatastore 时出错【英文标题】:Downloading/unpacking Error installing googledatastore 【发布时间】:2014-04-13 11:03:02 【问题描述】:

我正在使用 pip 1.5.4 在教程中试用 googleDataStore

https://developers.google.com/datastore/docs/getstarted/start_python/

我在 Mac 上运行并在安装数据存储时遇到问题

virtualenv gcd
gcd/bin/pip install googledatastore

我收到一个错误

Downloading/unpacking googledatastore
Could not find a version that satisfies the requirement googledatastore (from versions: v1beta1-rev1-1.0.0, v1beta1-rev2-1.0.1, v1beta2-rev1-2.0.0, v1beta2-rev1-2.1.0)
Cleaning up...
No distributions matching the version for googledatastore
Storing debug log for failure in /Users/ryan/.pip/pip.log

在日志 ~/.pip/pip.log 中有相当多的内容,并以

结尾
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/req.py", line 1177, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/index.py", line 322, in find_requirement
    raise DistributionNotFound('No distributions matching the version for %s' % req)
DistributionNotFound: No distributions matching the version for googledatastore

【问题讨论】:

【参考方案1】:

解决办法是:pip install --pre googledatastore

我会留下这个问题,因为我没有在我的谷歌搜索中找到这个问题,这是我的来源。它不是完全重复但很接近

解决方案来源:Could not find a version that satisfies the requirement pytz

【讨论】:

【参考方案2】:

可能跑题了,但你可能对gcloud-python (documentation) 感兴趣。

【讨论】:

以上是关于下载/解压安装 googledatastore 时出错的主要内容,如果未能解决你的问题,请参考以下文章

CMAKE编译时如何自动下载第三方库并解压安装到指定目录

oraclexe安装,解压到临时位置时出错

jenkins环境搭建(Windows)

无法从 dist 下载 symfony/finder:解压 ZIP 文件时出错。损坏的文件?

linux中把一个包解压(tar)安装成功后那些软件安装在啥位置,那个解压包时产生的文件夹可以删除吗?

带分卷的压缩文件怎么解压?