Advertisement
mrmajik45

Leon debug

Feb 21st, 2019
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. ➡ /bin/sh -c node --version
  2. ✖ v8.10.0
  3. The Node.js version must be >=10. Please install it: https://nodejs.org (or use nvm)
  4.  
  5. ➡ /bin/sh -c npm --version
  6. ✖ 3.5.2
  7. The npm version must be >=5. Please install it: https://www.npmjs.com/get-npm (or use nvm)
  8.  
  9. ➡ /bin/sh -c pipenv --version
  10. ✔ pipenv, version 2018.11.26
  11.  
  12. ➡ /bin/sh -c pipenv --where
  13. ✔ /home/ghostslayer989/leon/bridges/python
  14.  
  15. ➡ /bin/sh -c pipenv run python --version
  16. ✔ Python 3.6.7
  17.  
  18. ➡ /bin/sh -c pipenv run python bridges/python/main.py en leon randomnumber "Give me a random number"
  19. ✔ {"package": "leon", "module": "randomnumber", "lang": "en", "input": "Give me a random number", "output": {"type": "end", "code": "success", "speech": 81, "options": {}}}
  20.  
  21. ➡ Classifier state
  22. ✔ Found and valid
  23.  
  24. ➡ Amazon Polly TTS
  25. ❗ Amazon Polly TTS is not yet configured
  26.  
  27. ➡ Google Cloud TTS/STT
  28. ❗ Google Cloud TTS/STT is not yet configured
  29.  
  30. ➡ Watson TTS
  31. ❗ Watson TTS is not yet configured
  32.  
  33. ➡ Offline TTS
  34. ❗ Cannot find bin/flite/flite. You can setup the offline TTS by running: "npm run setup:offline-tts"
  35.  
  36. ➡ Watson STT
  37. ❗ Watson STT is not yet configured
  38.  
  39. ➡ Offline STT
  40. ❗ Cannot find bin/deepspeech/lm.binary. You can setup the offline STT by running: "npm run setup:offline-stt"
  41.  
  42. ---
  43.  
  44. .: REPORT :.
  45.  
  46. ➡ Here is the diagnosis about your current setup
  47. ✖ Run
  48. ✖ Run modules
  49. ✖ Reply you by texting
  50. ❗ Amazon Polly text-to-speech
  51. ❗ Google Cloud text-to-speech
  52. ❗ Watson text-to-speech
  53. ❗ Offline text-to-speech
  54. ❗ Google Cloud speech-to-text
  55. ❗ Watson speech-to-text
  56. ❗ Offline speech-to-text
  57.  
  58. ✖ Please fix the errors above
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement