protolab_sound_recognition icon indicating copy to clipboard operation
protolab_sound_recognition copied to clipboard

Failing to install

Open gbernal opened this issue 6 years ago • 0 comments

Hi, Thanks for sharing your work. I'm trying to install your repo but I can't get it to work. when running the test I get this error. I hope you can help

ImportError while importing test module '/home/gbernal/protolab_sound_recognition/tests/test_bell_detection.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_bell_detection.py:7: in from sound_classification import classification_service sound_classification/classification_service.py:20: in from sound_classification.generate_database_humavips import generate_aldebaran_dataset sound_classification/generate_database_humavips.py:8: in from sound_processing.features_extraction import extract_mfcc_features_one_channel, _flatten_features_dict sound_processing/features_extraction.py:7: in from features import mfcc, logfbank, fbank # to compute mel frequency we use this package -> https://github.com/jameslyons/python_speech_features E ImportError: No module named features ------------------------------------------------------------------- Captured stderr ------------------------------------------------------------------- /home/gbernal/.local/lib/python2.7/site-packages/sklearn/cross_validation.py:41: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20. "This module will be removed in 0.20.", DeprecationWarning) /home/gbernal/.local/lib/python2.7/site-packages/sklearn/grid_search.py:42: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. This module will be removed in 0.20. DeprecationWarning)

gbernal avatar Jul 12 '18 01:07 gbernal