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
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
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