-
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
No module named 'version' --scikits.audiolab #106
Comments
I don't see this error on python 2.7, maybe this link can help you. OR you can using virtual environtment for the python and library |
just open the file "/home/chuwei/disk1/anaconda2/envs/New1/lib/python3.6/site-packages/scikits/audiolab/init.py" comment out "from version import version as _version" in the next line just wright the version in ' '. |
In case someone else is stuck on it. |
dose scikits.audiolab only work with python2.7? i have got enough error! |
the exception Failed building wheel for llvmlite
Command "E:\Anaconda3\envs\speech_to_text_wavenet\python.exe -u -c "import setuptools, tokenize;file='c:\users\11347\appdata\local\temp\pip-build-sr4vrd\llvmlite\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record c:\users\11347\appdata\local\temp\pip-wjz8iy-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\11347\appdata\local\temp\pip-build-sr4vrd\llvmlite running |
Traceback (most recent call last):
File "/home/chuwei/disk1/PycharmProjects/speech-to-text-wavenet/preprocess.py", line 6, in
import scikits.audiolab
File "/home/chuwei/disk1/anaconda2/envs/New1/lib/python3.6/site-packages/scikits/audiolab/init.py", line 22, in
from version import version as _version
ModuleNotFoundError: No module named 'version'
The text was updated successfully, but these errors were encountered: