I had tried everything from ImportError: No module named 'google'. And google package had successfully installed. However, it still kept showing the error of
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-23-eaccd5d99904> in <module>
----> 1 from Google import Create_Service
ModuleNotFoundError: No module named 'Google'
What did I do wrong? Please help me.