0

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

2
  • 4
    looks like a mixup between python 2 & 3. Look at cStringIO, your anaconda is python 2. yield from is a new 3.something feature. Commented Aug 30, 2017 at 11:13
  • @pavan kumar better use conda prompt dialog box and type the command as 'conda install -c conda-forge geopy' Commented Aug 30, 2017 at 11:14

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.