Emilia
Emilia

Reputation: 21

Installing geograpy3 on windows

I cannot manage to get the geograpy3 module running in my PC because I could not successfully install it as detailed in the "Install & Setup" section of the project description website (https://pypi.org/project/geograpy3/) I am guessing the problem might be that my operating system is Windows and the install script is in another language. Are these files available also for Windows? Or is there another way to bypass these commands that you described in the website? I would really appreciate any help / indication that you could give me to solve this problem! Thanks in advance, Emilia

Upvotes: 2

Views: 285

Answers (2)

Somnath Rakshit
Somnath Rakshit

Reputation: 625

Please try running pip3 install geograpy3.

Since the library is tested in Windows, it should run there.

Upvotes: 1

Ajinkya Bawaskar
Ajinkya Bawaskar

Reputation: 173

You should try updating your pip3 to the latest version. Also, please try to add more information about the exact error that is keeping you from successful installation. Make sure your Windows machine has python3 installed as there are no other installation requirements.

Upvotes: 1

Related Questions