ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 276 forks source link

MFCC, ycm_core what's the problem? #83

Open SorinMarkov01 opened 5 years ago

SorinMarkov01 commented 5 years ago

I am not a good programmer at all, but I would like this program to work. :D I tried run it in Python 2.7.15 and in Visual Studio, but I cant solve these errors. I would be happy if you can solve this. :) Thanks 1 2

ppwwyyxx commented 5 years ago

As the README said, this project requires Linux.

The error you're seeing is because the source code contains soft-link, and soft-link is typically not supported on windows file system.

SorinMarkov01 commented 5 years ago

Thank you for answer, I try it on Linux and if I would have another problems I will let you know. :)