Skip to content

ShreyashAnarase/sound2speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**only if you get error on running pip3 install SpeechRecognition **

You may need to make changes in line 11 in bin/pip

to avoid ImportError: cannot import name 'main'

so make a virtual environment and change the bin/pip file in it. NOT recommended to change the usr/bin/pip

change from : sys.exit(main())

to : sys.exit(_main())

Also if you don’t have pyaudio installed :

sudo apt-get install portaudio19-dev

pip3 install --allow-unverified=pyaudio pyaudio




credits : Umang Ahuja's blog

About

Speak and ye shall see

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published