Google Cloud Vision Set Up on Windows. google module not found in virutalenv

Issue:
The following error is displayed when trying to import google vision in the virtualenv after following the installation process.

Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'google'

Google cloud installation instruction:

https://cloud.google.com/python/docs/reference/vision/latest#installation

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-vision

Solution:

To run python in the virtual environment, use the python command instead of python3