-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named 'sg_util' #5
Comments
Sorry. Python 3 is not supported not yet. Try 2.7 ver. |
Alright, thanks. I'll let you know how it goes. |
Almost...
|
I find that librosa requires matplotlib. Sorry but librosa is mandatory for this project and you need to install matplotlib. ( If you have problem with TKinter, then try in the global python env. not in the virtualenv) |
Both are already installed actually, in the global environment. |
I think this is librosa library and your environment. Please, refer issue #8 and http://stackoverflow.com/questions/5459444/tkinter-python-may-not-be-configured-for-tk |
I'm on Arch Linux, and the solution was to install TK via: |
For CentOS, if you encounter the following error, please do: sudo yum install tk-devel tkinter File "/usr/lib64/python2.7/site-packages/matplotlib/backends/init.py", line 32, in pylab_setup |
I've installed (as far as I know) the Python 3 version of all your dependencies, including Tensorflow.
When running
recognize.py
I get:sugartensor
is definitely installed. Thoughts?The text was updated successfully, but these errors were encountered: