Hi,
I am beginner and learning python, need help in using the Python client for Google Maps Services.
I have imported googlemaps using pip install --user googlemaps. pip3.5 install --user googlemaps failed with error.
The code works when i use #!/usr/bin/python2.7 and fails with ImportError: No module named 'googlemaps' if remove that statement from the first line beginning.
Please let me know how to import googlemaps when the interpreter is 3.5 or above.
I am able to import and use googlemaps on my desktop with Python 3.6 but not on Pythonanywhere, please let me know if i need to do any additional changes to make it work on pythonanywhere.