Naki21 / google-speech-to-text

Python script which pulls audio from mp4 video and transcribes audio using google speech and cloud storage APIs, returning an srt formatted document and raw text
MIT License
85 stars 37 forks source link

No Module named 'google' #12

Open Boldbydesign opened 1 year ago

Boldbydesign commented 1 year ago

I tried the simplest solution first, I tried to download 'google'

which success fully installed 3 new modules: Google. BeautifuSoup4 and Soupsieve

However, upon reruuing auto_run.py The same error is returned, and Ii even tried to reinstall thinking that something might have went wrong, bb ut nothin changes

kshitiz305 commented 1 year ago

HI I just clone the project and installed all the requirements with the requirements provided still no error occurs. Kindly try "pip install -r requirements.txt"