Adirockzz95 / Piwho

Speaker recognition library based on MARF for raspberry pi and other SBCs.
MIT License
54 stars 20 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'java' #13

Open akshat9425 opened 6 years ago

akshat9425 commented 6 years ago

why i am getting this issue i simpy used these lines of code inside python shell

from piwho import recognition recog = recognition.SpeakerRecognizer() recog.debug = True recog.train_new_data('/home/royal/linkites_pd/wav_all/akshat3.wav','one')

below this the error occurs

FileNotFoundError: [Errno 2] No such file or directory: 'java'

waiting for reply Thank you