zackmawaldi / YouTube-shorts-generator

Automatically download Reddit videos, edit them, and upload them to YouTube.
MIT License
323 stars 62 forks source link

No module named 'apiclient.discovery' #30

Open zVeztw opened 1 year ago

zVeztw commented 1 year ago

Traceback (most recent call last): File "c:\Users\Cliente\Desktop\FINAL\YouTube-shorts-generator-main\YouTube-shorts-generator-main\main.py", lin e 6, in import upload File "c:\Users\Cliente\Desktop\FINAL\YouTube-shorts-generator-main\YouTube-shorts-generator-main\upload.py", l ine 4, in from apiclient.discovery import build ModuleNotFoundError: No module named 'apiclient.discovery'

I have apiclient installed

zackmawaldi commented 1 year ago

Try pip install --force-reinstall -v "apiclient==1.0.4". This should force reinstall apiclient to version 1.0.4.

g-raffie commented 9 months ago

pip install --upgrade google-api-python-client is fixed for me.