jameslyons / python_speech_features

This library provides common speech features for ASR including MFCCs and filterbank energies.
MIT License
2.38k stars 617 forks source link

ImportError: cannot import name 'sigproc' #72

Open MarcosBarraza opened 6 years ago

MarcosBarraza commented 6 years ago

congratulations your programs are amazing congratulations but when i run base.py appear this error: your cannot import name 'sigproc'

derNarr commented 5 years ago

base.py does not seem to be a file to be run directly, but gives the functionality by installing python_speech_features as a package (e. g. via pip) and then import it from another script.

If you really want to run base.py directly add the folder where the base.py file and the sigproc.py file live to your path variable.

Cheers

MarcosBarraza commented 5 years ago

Thank´s

El jue., 4 de abr. de 2019 a la(s) 06:53, Konstantin Sering ( notifications@github.com) escribió:

base.py does not seem to be a file to be run directly, but gives the functionality by installing python_speech_features as a package (e. g. via pip) and then import it from another script.

If you really want to run base.py directly add the folder where the base.py file and the sigproc.py file live to your path variable.

Cheers

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jameslyons/python_speech_features/issues/72#issuecomment-479884683, or mute the thread https://github.com/notifications/unsubscribe-auth/AVau3aQn8IzBAra1OB5XeZaA63-ewEl6ks5vdfXdgaJpZM4XWBMs .

-- Saludos

Marcos Barraza Urquidi