Rhasspy Training Error

Hi guys, I’m new here in the community and I was trying to install Rhasspy pre 2.5 and making it works but I have got some problems…
I installed Rhasspy in the virtual environment on Raspberry Pi 3A+, and then I set up my profile

MQTT: internal
Audio input: arecord
Wake word: precise
Speech to text: pocketsphinx
Intent recognition: fsticuffs
Text to speech: picotts
Audio output: aplay
Intent handling: dummy
Dialogue management: rhasspy

I saved the changes but when I downloaded all the files for the profile I got an error

TrainingFailedException: phonetisaurus-apply not found in PATH

in particular

[ERROR:2020-05-01 19:19:15,685] rhasspyserver_hermes: phonetisaurus-apply not found in PATH
Traceback (most recent call last):
File “/home/pi/rhasspy-voltron/.venv/lib/python3.7/site-packages/quart/app.py”, line 1821, in full_dispatch_request
result = await self.dispatch_request(request_context)
File “/home/pi/rhasspy-voltron/.venv/lib/python3.7/site-packages/quart/app.py”, line 1869, in dispatch_request
return await handler(**request_.view_args)
File “/home/pi/rhasspy-voltron/rhasspy-server-hermes/rhasspyserver_hermes/main.py”, line 1203, in api_train
result = await core.train()
File “/home/pi/rhasspy-voltron/rhasspy-server-hermes/rhasspyserver_hermes/init.py”, line 395, in train
raise TrainingFailedException(reason=asr_response.error)
rhasspyserver_hermes.TrainingFailedException: phonetisaurus-apply not found in PATH
[ERROR:2020-05-01 19:19:15,682] rhasspyserver_hermes: AsrError(error=‘phonetisaurus-apply not found in PATH’, site_id=‘default’, context=‘None’, session_id=‘f7b5fa79-2791-45a7-856c-623639128e5b’)
[DEBUG:2020-05-01 19:19:15,678] rhasspyserver_hermes: Handling AsrError (topic=hermes/error/asr, id=7816d681-f73b-44bc-8e7e-527f6751f690)

Any help would be appreciated.
Thanks a lot!