I've been trying to install the google cloud vision module for python and I have installed it. However, python just keeps displaying the module not found error.
>>> import google
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'google'