Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python- pip install googleplaces

why am i getting error? while installing package for google places i tried pip,easy_install and myenv but couldnt install

this is the error

Could not find a version that satisfies the requirement googleplaces (from versions: ) No matching distribution found for googleplaces

like image 500
Shivendra Pandey Avatar asked Jun 07 '26 18:06

Shivendra Pandey


1 Answers

Package is python-google-places

Try this:

pip install python-google-places

Or

pip install https://github.com/slimkrazy/python-google-places/zipball/master

See documentation for details: https://github.com/slimkrazy/python-google-places#installation

like image 85
codefreak Avatar answered Jun 10 '26 06:06

codefreak



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!