我安装了这个包:https://github.com/slimkrazy/python-google-places
执行以下步骤:
pip install https://github.com/slimkrazy/python-google-places/zipball/master
OR
pip install python-google-places
Download source and then: python setup.py install
但是当我试图强制它时,它说没有名为googleplaces的模块,即使我可以在我的库目录中锁定库(C:\ Python \ Lib \ site-packages)
我尝试将其添加到Python Path变量中,但它不起作用。
感谢您的帮助