Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. npm run check
  2.  
  3. > leon@1.0.0-beta.0 check /home/shrubhog/leon
  4. > babel-node scripts/run-check.js
  5.  
  6. ---
  7.  
  8. .: CHECKING :.
  9.  
  10. ➡ /bin/sh -c node --version
  11. ✔ v10.11.0
  12.  
  13. ➡ /bin/sh -c npm --version
  14. ✔ 6.4.1
  15.  
  16. ➡ /bin/sh -c pipenv --version
  17. ✔ pipenv, version 2018.11.26
  18.  
  19. ➡ /bin/sh -c pipenv --where
  20. ✔ /home/shrubhog/leon/bridges/python
  21.  
  22. ➡ /bin/sh -c pipenv run python --version
  23. ✔ Python 3.6.7
  24.  
  25. ➡ /bin/sh -c pipenv run python bridges/python/main.py en leon randomnumber "Give me a random number"
  26. ✖ Error: Command failed: /bin/sh -c pipenv run python bridges/python/main.py en leon randomnumber "Give me a random number"
  27. Traceback (most recent call last):
  28. File "bridges/python/main.py", line 4, in <module>
  29. import utils
  30. File "/home/shrubhog/leon/bridges/python/utils.py", line 11, in <module>
  31. from tinydb import TinyDB, Query, operations
  32. ModuleNotFoundError: No module named 'tinydb'
  33.  
  34.  
  35.  
  36. ➡ Classifier state
  37. ✔ Found and valid
  38.  
  39. ➡ Amazon Polly TTS
  40. ❗ Amazon Polly TTS is not yet configured: Error: ENOENT: no such file or directory, open 'server/src/config/voice/amazon.json'
  41.  
  42. ➡ Google Cloud TTS/STT
  43. ❗ Google Cloud TTS/STT is not yet configured: Error: ENOENT: no such file or directory, open 'server/src/config/voice/google-cloud.json'
  44.  
  45. ➡ Watson TTS
  46. ❗ Watson TTS is not yet configured: Error: ENOENT: no such file or directory, open 'server/src/config/voice/watson-tts.json'
  47.  
  48. ➡ Offline TTS
  49. ❗ Cannot find bin/flite/flite. You can setup the offline TTS by running: "npm run setup:offline-tts"
  50.  
  51. ➡ Watson STT
  52. ❗ Watson STT is not yet configured: Error: ENOENT: no such file or directory, open 'server/src/config/voice/watson-stt.json'
  53. ➡ Offline STT
  54. ❗ Cannot find bin/deepspeech/lm.binary. You can setup the offline STT by running: "npm run setup:offline-stt"
  55.  
  56. ---
  57.  
  58. .: REPORT :.
  59.  
  60. ➡ Here is the diagnosis about your current setup
  61. ✔ Run
  62. ✖ Run modules
  63. ✔ Reply you by texting
  64. ❗ Amazon Polly text-to-speech
  65. ❗ Google Cloud text-to-speech
  66. ❗ Watson text-to-speech
  67. ❗ Offline text-to-speech
  68. ❗ Google Cloud speech-to-text
  69. ❗ Watson speech-to-text
  70. ❗ Offline speech-to-text
  71.  
  72. ✖ Please fix the errors above
  73. ❗ Not able to log the error
  74. ❗ Not able to log the error
  75. ❗ Not able to log the error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement