Nicolas Pray
Nicolas Pray

Reputation: 19

Problems installing geograpy with Anaconda Prompt

I am trying to use the geograpy module through the Anaconda Prompt. When I run

pip install geograpy

I get this warning that terminates the installation

newspaper3k is in my AppData/Local/Continuum/Anaconda3/Lib/site-packages folder after I followed the instructions to install it on a non unix/linux machine but whenever I try to install geograpy I still get that error.

How to I bypass this warning as I already have the newspaper3k requirement satisfied?

Upvotes: 1

Views: 465

Answers (1)

Nicolas Pray
Nicolas Pray

Reputation: 19

I'm a dummy. MrJLP was correct, changing my environment to 2.7 allowed me to install with no problems.

Upvotes: -1

Related Questions