keithhb33 / AI-Movie-Shorts

Turn Full Movies into AI-Generated Movie Recaps Using ChatGPT
21 stars 6 forks source link

No module named 'googleapiclient' #6

Open jenerali28 opened 1 month ago

jenerali28 commented 1 month ago
from googleapiclient.discovery import build

ModuleNotFoundError: No module named 'googleapiclient' when i delete that i get FileNotFoundError: [WinError 3] The system cannot find the path specified: 'clips/audio'

also there is TypeError: 'float' object cannot be interpreted as an integer

keithhb33 commented 5 days ago

These issues will be fixed in an update soon. For the module, you must pip install google-api-python-client For the path error, you must create a folder path clips/audio in the main directory