This must be a super trivial issue, but i've updated my windows virtual machine with;
pip install --upgrade google-cloud-storage
However, when I run the script I still receive the following error;
Traceback (most recent call last):
File "file.py", line 6, in <module>
from google.cloud import bigquery, storage
ImportError: cannot import name 'bigquery'
Any suggestions or workarounds?
Thanks, Neel R