Ubuntu Pastebin

Paste from monsterjamp at Sat, 16 Jul 2016 01:49:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
======================================================================
ERROR: snapcraft (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
    package = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/abraham/Documents/GitHub/snapcraft/snapcraft/__init__.py", line 229, in <module>
    from snapcraft._store import (                      # noqa
  File "/home/abraham/Documents/GitHub/snapcraft/snapcraft/_store.py", line 23, in <module>
    from tabulate import tabulate
ImportError: No module named 'tabulate'


----------------------------------------------------------------------
Ran 1 test in 0.001s
Download as text