darshan-majithiya / Generate-SRT-File-using-Google-Cloud-s-Speech-to-Text-API

50 stars 28 forks source link

No module called storage #3

Open Previatto opened 3 years ago

Previatto commented 3 years ago

Hello! I am following your post and when I got to this part in the beginning:

https://github.com/darshan-majithiya/Generate-SRT-File-using-Google-Cloud-s-Speech-to-Text-API/blob/b635baac7f4f567e17f1a8129258617046d9a050/Subtitle%20Generator.ipynb#L11

it said there was no module called storage,

I ran pip install google-cloud-storage and then the import worked

Maybe it might need to be added in the requirements.txt?

Previatto commented 3 years ago

I think it might be missing pytube too.