无法导入谷歌地方api Python

时间:2017-11-14 11:19:44

标签: python google-places-api

我安装了这个包: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变量中,但它不起作用。

感谢您的帮助

2 个答案:

答案 0 :(得分:0)

作为python的新手,我遇到了同样的问题。如果您像我一样使用anaconda和VScode,那么解决方案可能是要关注您正在使用的环境以及安装软件包的环境。

使用conda env list查看哪个环境有效

您是否在该环境中安装了该软件包?您是否也从该环境中启动了VSCode? (在我的情况下是sg)

我通过从右侧环境启动VScode解决了这个问题。

enter image description here

希望这会有所帮助。

答案 1 :(得分:-1)

包裹名称为python-google-places

尝试使用以下方法安装软件包:pip install python-google-places