Advertisement
tthtlc

Untitled

Jun 1st, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. sh ./test.sh
  2. Requirement already satisfied: wordfreq in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages/wordfreq-2.2.1-py3.6.egg (2.2.1)
  3. Requirement already satisfied: langcodes>=1.4.1 in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages/langcodes-1.4.1-py3.6.egg (from wordfreq) (1.4.1)
  4. Requirement already satisfied: msgpack in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages (from wordfreq) (0.5.6)
  5. Requirement already satisfied: regex<=2018.02.21,>=2017.07.11 in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages (from wordfreq) (2018.2.21)
  6. Requirement already satisfied: marisa-trie in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages/marisa_trie-0.7.5-py3.6-linux-x86_64.egg (from langcodes>=1.4.1->wordfreq) (0.7.5)
  7. createdb: could not connect to database template1: FATAL: role "tthtlc" does not exist
  8. Requirement already satisfied: wordfreq in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages/wordfreq-2.2.1-py3.6.egg (2.2.1)
  9. Requirement already satisfied: langcodes>=1.4.1 in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages/langcodes-1.4.1-py3.6.egg (from wordfreq) (1.4.1)
  10. Requirement already satisfied: msgpack in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages (from wordfreq) (0.5.6)
  11. Requirement already satisfied: regex<=2018.02.21,>=2017.07.11 in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages (from wordfreq) (2018.2.21)
  12. Requirement already satisfied: marisa-trie in /home/tthtlc/ana350/envs/deepvoice/lib/python3.6/site-packages/marisa_trie-0.7.5-py3.6-linux-x86_64.egg (from langcodes>=1.4.1->wordfreq) (0.7.5)
  13. EEEEEEEEEEEEEE.EEEEEEEEEEEEEEE..........................E
  14. ======================================================================
  15. ERROR: Failure: ModuleNotFoundError (No module named 'wordfreq')
  16. ----------------------------------------------------------------------
  17. Traceback (most recent call last):
  18. File "/home/tthtlc/ana350/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest
  19. raise self.exc_val.with_traceback(self.tb)
  20. File "/home/tthtlc/ana350/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName
  21. addr.filename, addr.module)
  22. File "/home/tthtlc/ana350/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement