Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #119

Open
Gamekiller17 opened this issue Sep 10, 2022 · 0 comments
Open

[BUG] #119

Gamekiller17 opened this issue Sep 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Gamekiller17
Copy link

Gamekiller17 commented Sep 10, 2022

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'
@Gamekiller17 Gamekiller17 added the bug Something isn't working label Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant