在windows下面用pip安装python的包时候提示出错,求解答啊!!!1

2024-12-16 01:36:28
推荐回答(2个)
回答1:

pip 不是在python解释器中运行。而是在windows的命令行下运行,pip在Python\Scripts目录下,cmd,cd到该目录,然后输入pip install googlemaps 。

http://stackoverflow.com/questions/8548030/syntax-error-on-install-when-doing-pip-install-for-python

回答2:

等新版本出来吧。 也许是这个包还不完善。 不过通常很有可能与你的python安装目录有关系。