-
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
bugSomething isn't workingSomething isn't working
Description
System Information:
- Python Version = 3.10.2032.0,
- OS Version = Windows 10 21H2,
- Virtual ENV = yes
Description:
I Did everything as the readme file instructed. I followed the process of "Python Quickstart" from ([https://developers.google.com/drive/api/quickstart/python]) and everything works fine now. But whenever I try to run uds.py it says it cannot find any module named googleapiclient
Note: I performed the Drive API test on the same folder where I downloaded all the UDS files. Moreover, the port number was changing every time I launched the script. So in line 32 of quickstart.py, I changed port=0 to port=15033. Then it worked nicely.
Steps to reproduce the behavior:
virtualenv UDS
UDS\Scripts\activate
UDS\Scripts\pip.exe install google-api-python-client
python3 uds.py
Error Message:
Traceback (most recent call last):
File "C:\Users\s\Downloads\Compressed\uds-master\uds.py", line 14, in <module>
from googleapiclient.http import MediaIoBaseDownload
ModuleNotFoundError: No module named 'googleapiclient'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working