Advertisement
pvanheus

Untitled

Sep 17th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. .venv/bin/planemo serve
  2. planemo couldn't find a target test-data directory, you should likely create a test-data directory or pass an explicit path using --test_data.
  3. git --git-dir /home/hocine/.planemo/gx_repo fetch >/dev/null 2>&1
  4. cd /tmp/tmpXOoWqL;git clone '/home/hocine/.planemo/gx_repo' 'galaxy-dev';cd galaxy-dev;type virtualenv >/dev/null 2>&1 && virtualenv .venv;[ -e .venv ] && . .venv/bin/activate
  5. Cloning into 'galaxy-dev'...
  6. done.
  7. Checking connectivity... done
  8. Using base prefix '/usr'
  9. New python executable in .venv/bin/python3
  10. Also creating executable in .venv/bin/python
  11. Installing setuptools, pip, wheel...done.
  12. Starting galaxy with command [/tmp/tmpXOoWqL/galaxy-dev/run.sh --server-name 'planemo52484' --reload]
  13. Activating virtualenv at /tmp/tmpXOoWqL/galaxy-dev/.venv
  14. Traceback (most recent call last):
  15. File "./scripts/check_python.py", line 17, in check_python
  16. assert sys.version_info[:2] >= ( 2, 6 ) and sys.version_info[:2] <= ( 2, 7 )
  17. AssertionError
  18.  
  19. During handling of the above exception, another exception occurred:
  20.  
  21. Traceback (most recent call last):
  22. File "./scripts/check_python.py", line 25, in <module>
  23. check_python()
  24. File "./scripts/check_python.py", line 19, in check_python
  25. print >>sys.stderr, msg
  26. TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'
  27.  
  28. During handling of the above exception, another exception occurred:
  29.  
  30. Traceback (most recent call last):
  31. File "./scripts/check_python.py", line 26, in <module>
  32. except StandardError:
  33. NameError: name 'StandardError' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement