GGyll / audible-bookmark-extractor

A tool allowing a user to download their audiobooks from Audible and transcribe the bookmarks into text, which can be exported to Notion and Excel (.csv)
40 stars 8 forks source link

No modulate named "speech_recognition" #14

Closed corsair20141 closed 10 months ago

corsair20141 commented 10 months ago

Where does the module "speech_recognition" come from? It is not in PIP or Conda repositories, and I did not see a module included in the code zip.

GGyll commented 10 months ago

It's just how you import SpeechRecognition which is in requirements.txt

https://pypi.org/project/SpeechRecognition/

corsair20141 commented 10 months ago

I ran requirements.txt and it did not install SpeechRecognition

On Thu, Nov 16, 2023 at 5:56 AM Gustaf @.***> wrote:

It's just how you import SpeechRecognition which is in requirements.txt

https://pypi.org/project/SpeechRecognition/

— Reply to this email directly, view it on GitHub https://github.com/GGyll/audible-bookmark-extractor/issues/14#issuecomment-1814387881, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIXDX3CXPPPXZL5XXFI6ORDYEYERPAVCNFSM6AAAAAA7MUVBBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJUGM4DOOBYGE . You are receiving this because you authored the thread.Message ID: @.***>

GGyll commented 10 months ago

You ran pip install -r requirements.txt ? I just tried with a fresh virtual environment, works fine

corsair20141 commented 10 months ago

Yes, in a fresh virtual environment.

On Fri, Nov 17, 2023 at 7:53 AM Gustaf @.***> wrote:

You ran pip install -r requirements.txt ? I just tried with a fresh virtual environment, works fine

— Reply to this email directly, view it on GitHub https://github.com/GGyll/audible-bookmark-extractor/issues/14#issuecomment-1816570252, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIXDX3GXYFXJNKJQTPYK6IDYE527NAVCNFSM6AAAAAA7MUVBBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJWGU3TAMRVGI . You are receiving this because you authored the thread.Message ID: @.***>

GGyll commented 10 months ago

does it work if you run pip install SpeechRecognition==3.8.1 You might need to update your pip