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

import skimage.io? #22

Closed SinclairHudson closed 7 years ago

SinclairHudson commented 7 years ago

I'm having trouble locating where I can download scikit (I think that's what I need). Can someone point me in the right direction? I'm using python 3.5.2 64-bit windows 10. Thanks! Here is the error message: Traceback (most recent call last): File "C:\Users--------\Desktop\listen\demo.py", line 3, in import speech_data File "C:\Users--------\Desktop\listen\speech_data.py", line 11, in import skimage.io # scikit-image ImportError: No module named 'skimage'

hazelwolf commented 7 years ago

pip install scikit-image if you are unable to install through pip then download the package here https://pypi.python.org/pypi/scikit-image and pip install packagename.