Getting the below error while executing Voice_bot.py in Anaconda prompt. Please help!
Bot says, Hey! How are you?
saved
Traceback (most recent call last):
File "Voice_bot.py", line 27, in
subprocess.call(['mpg321', "welcome.mp3", '--play-and-exit'])
File "C:\Users\sanjay.bhat\Anaconda3\envs\rasa_cuservice\lib\subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\sanjay.bhat\Anaconda3\envs\rasa_cuservice\lib\subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\sanjay.bhat\Anaconda3\envs\rasa_cuservice\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Getting the below error while executing Voice_bot.py in Anaconda prompt. Please help!
Bot says, Hey! How are you?
saved
Traceback (most recent call last):
File "Voice_bot.py", line 27, in
subprocess.call(['mpg321', "welcome.mp3", '--play-and-exit'])
File "C:\Users\sanjay.bhat\Anaconda3\envs\rasa_cuservice\lib\subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\sanjay.bhat\Anaconda3\envs\rasa_cuservice\lib\subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\sanjay.bhat\Anaconda3\envs\rasa_cuservice\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified