llSourcell / tensorflow_speech_recognition_demo

This is the code for 'How to Make a Simple Tensorflow Speech Recognizer' by @Sirajology on Youtube
384 stars 248 forks source link

not working on Windows #35

Open m3m3-chan opened 5 years ago

m3m3-chan commented 5 years ago

Hi,

I get the following error when I run demo.py

for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>

I tried to manually download the data files but the link is not working!

Appreciate your help,