Python installing modules : Invalid Syntax

708 views Asked by At

I am trying to install Geopy, i am getting following error. enter image description here

Till yesterday i have installed packages , there was no probelm.

Thanks Pavan Kumar

1

There are 1 answers

0
vinay kusuma On

The Anaconda you have installed has probably changed pip's default location. Now, pip will mostly be present under anaconda folder in your windows.

type 'where pip' in your terminal

now use the pip path and type following in your terminal 'pip-path install geopy'

Hope it helps