pip - Error installing googledatastore -


update murhpy's law ind answer after posting

solution is: pip install --pre googledatastore

i leave question because did not find in google search here source. not quite duplicate close

source solution: could not find version satisfies requirement pytz


i trying out googledatastore tutorial using pip 1.5.4

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

i running on mac , getting stuck on installation of datastore

virtualenv gcd gcd/bin/pip install googledatastore 

i error

downloading/unpacking googledatastore not find version satisfies 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 version googledatastore storing debug log failure in /users/ryan/.pip/pip.log 

in log ~/.pip/pip.log there quite bit , ends off with

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 version %s' % req) distributionnotfound: no distributions matching version googledatastore 

any ideas appreciated thanks

solution is: pip install --pre googledatastore

i leave question because did not find in google search here source. not quite duplicate close

source solution: could not find version satisfies requirement pytz


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -