Python Forum
Error: No module named 'google' - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Error: No module named 'google' (/thread-14963.html)



Error: No module named 'google' - Amit0503 - Dec-27-2018

Hi,

When I am trying to run command python manage.py runserver, i am receiving this error:- Mo module named 'google', when i tried to install google using pip command i am getting below error.

pip._vendor.urllib3.exceptions.LocationParseError: Failed to parse: IP:PORT ID

Please help