Skip to content
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

Gui Issues #86

Open
deveid opened this issue Jan 15, 2019 · 1 comment
Open

Gui Issues #86

deveid opened this issue Jan 15, 2019 · 1 comment

Comments

@deveid
Copy link

deveid commented Jan 15, 2019

I get this error, what am I doing wrong?

No module named ap
Warning: failed to import Bob, will use a slower version of MFCC instead.
Traceback (most recent call last):
File "speaker-recognition.py", line 17, in
from gui.interface import ModelInterface
File "/home/david/Documents/speaker system/speaker-recognition-master/src/gui/interface.py", line 17, in
from filters.VAD import VAD
File "/home/david/Documents/speaker system/speaker-recognition-master/src/filters/VAD.py", line 7, in
from noisered import NoiseReduction
File "/home/david/Documents/speaker system/speaker-recognition-master/src/filters/noisered.py", line 13, in
from utils import monophonic
File "/home/david/Documents/speaker system/speaker-recognition-master/src/filters/utils.py", line 1
../gui/utils.py
^
SyntaxError: invalid syntax

@vijender412
Copy link

I get this error, what am I doing wrong?

No module named ap
Warning: failed to import Bob, will use a slower version of MFCC instead.
Traceback (most recent call last):
File "speaker-recognition.py", line 17, in
from gui.interface import ModelInterface
File "/home/david/Documents/speaker system/speaker-recognition-master/src/gui/interface.py", line 17, in
from filters.VAD import VAD
File "/home/david/Documents/speaker system/speaker-recognition-master/src/filters/VAD.py", line 7, in
from noisered import NoiseReduction
File "/home/david/Documents/speaker system/speaker-recognition-master/src/filters/noisered.py", line 13, in
from utils import monophonic
File "/home/david/Documents/speaker system/speaker-recognition-master/src/filters/utils.py", line 1
../gui/utils.py
^
SyntaxError: invalid syntax

Getting similar ERROR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants