0

Trying to get a location using Python and Google Maps, so I tried to use Geopy module by installing activepython using pypm install geopy but i get a problem which is geo required business edition subscription. Can any one help me? Thanks in advance.

joaquin
  • 82,968
  • 29
  • 138
  • 152
ingy
  • 19
  • 1
  • 3

1 Answers1

1

geo required business edition subscription

No. You are probably using the Windows 64-bit build, which requires Business Edition to install all packages (as even this page should tell you with the "lock" icon).

Try the 32-bit version instead.

Sridhar Ratnakumar
  • 81,433
  • 63
  • 146
  • 187