Guest User

Untitled

a guest
Dec 20th, 2018
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.29 KB | None | 0 0
  1. (coala) akhelesh@Hubble:/media/Vol-B/Projects/coala-bears$ pytest ./tests/python/PyLintBearTest.py
  2. Traceback (most recent call last):
  3.   File "/usr/local/bin/pytest", line 11, in <module>
  4.     sys.exit(main())
  5.   File "/usr/local/lib/python3.6/dist-packages/_pytest/config/__init__.py", line 55, in main
  6.     config = _prepareconfig(args, plugins)
  7.   File "/usr/local/lib/python3.6/dist-packages/_pytest/config/__init__.py", line 180, in _prepareconfig
  8.     pluginmanager=pluginmanager, args=args
  9.   File "/usr/local/lib/python3.6/dist-packages/pluggy/hooks.py", line 258, in __call__
  10.     return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
  11.   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 67, in _hookexec
  12.     return self._inner_hookexec(hook, methods, kwargs)
  13.   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 61, in <lambda>
  14.     firstresult=hook.spec_opts.get('firstresult'),
  15.   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 196, in _multicall
  16.     gen.send(outcome)
  17.   File "/usr/local/lib/python3.6/dist-packages/_pytest/helpconfig.py", line 89, in pytest_cmdline_parse
  18.     config = outcome.get_result()
  19.   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 76, in get_result
  20.     raise ex[1].with_traceback(ex[2])
  21.   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 180, in _multicall
  22.     res = hook_impl.function(*args)
  23.   File "/usr/local/lib/python3.6/dist-packages/_pytest/config/__init__.py", line 612, in pytest_cmdline_parse
  24.     self.parse(args)
  25.   File "/usr/local/lib/python3.6/dist-packages/_pytest/config/__init__.py", line 777, in parse
  26.     self._preparse(args, addopts=addopts)
  27.   File "/usr/local/lib/python3.6/dist-packages/_pytest/config/__init__.py", line 739, in _preparse
  28.     early_config=self, args=args, parser=self._parser
  29.   File "/usr/local/lib/python3.6/dist-packages/pluggy/hooks.py", line 258, in __call__
  30.     return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
  31.   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 67, in _hookexec
  32.     return self._inner_hookexec(hook, methods, kwargs)
  33.   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 61, in <lambda>
  34.     firstresult=hook.spec_opts.get('firstresult'),
  35.   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 201, in _multicall
  36.     return outcome.get_result()
  37.   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 76, in get_result
  38.     raise ex[1].with_traceback(ex[2])
  39.   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 180, in _multicall
  40.     res = hook_impl.function(*args)
  41.   File "/home/akhelesh/.local/lib/python3.6/site-packages/pytest_cov/plugin.py", line 98, in pytest_load_initial_conftests
  42.     plugin = CovPlugin(early_config.known_args_namespace, early_config.pluginmanager)
  43.   File "/home/akhelesh/.local/lib/python3.6/site-packages/pytest_cov/plugin.py", line 145, in __init__
  44.     self.start(engine.Central)
  45.   File "/home/akhelesh/.local/lib/python3.6/site-packages/pytest_cov/plugin.py", line 167, in start
  46.     self.cov_controller.start()
  47.   File "/home/akhelesh/.local/lib/python3.6/site-packages/pytest_cov/engine.py", line 159, in start
  48.     self.cov.erase()
  49.   File "/home/akhelesh/.local/lib/python3.6/site-packages/coverage/control.py", line 717, in erase
  50.     self._init()
  51.   File "/home/akhelesh/.local/lib/python3.6/site-packages/coverage/control.py", line 219, in _init
  52.     self.plugins = Plugins.load_plugins(self.config.plugins, self.config, self.debug)
  53.   File "/home/akhelesh/.local/lib/python3.6/site-packages/coverage/plugin_support.py", line 39, in load_plugins
  54.     __import__(module)
  55.   File "/home/akhelesh/.local/lib/python3.6/site-packages/coverage_env_plugin.py", line 4, in <module>
  56.     from packaging.markers import default_environment
  57. ModuleNotFoundError: No module named 'packaging'
  58.  
  59. (coala) akhelesh@Hubble:/media/Vol-B/Projects/coala-bears$ pip install packaging
  60. Requirement already satisfied: packaging in /home/akhelesh/.conda/envs/coala/lib/python3.6/site-packages
  61. Requirement already satisfied: six in /home/akhelesh/.local/lib/python3.6/site-packages (from packaging)
  62. Requirement already satisfied: pyparsing in /home/akhelesh/.local/lib/python3.6/site-packages (from packaging
Add Comment
Please, Sign In to add comment