pytorch-kaldi-neural-speaker-embeddings icon indicating copy to clipboard operation
pytorch-kaldi-neural-speaker-embeddings copied to clipboard

requirements.txt problem...

Open zeek-han opened this issue 5 years ago • 0 comments

Hi, first of all, I really appreciate for your work based on KALDI platform for "Exploring the Encoding Layer and Loss Function in End-to-End Speaker and Language Recognition System".

but, I have some trouble when I first start your code... When I execute "pip install -r requirements.txt", an error occurs. The error message is

Invalid requirement: '_libgcc_mutex=0.1=main' = is not a valid operator. Did you mean == ?

and, honestly, I've never seen the unary operator '=' in requirements.txt I wonder why the unary operator exists there. In almost every line of "requirements.txt", there is '=' .

Then...how do I execute the code? please help me... Thank you in advance

zeek-han avatar May 12 '20 08:05 zeek-han