abhishalya on moban_sync
abhishalya on master
Moban sync Use a compatible version for co… (compare)
package_object = importlib.import_module(
'coala' + package_name + '.' + package_name)
for requirement in getattr(package_object, package_name).REQUIREMENTS:
Traceback (most recent call last):
File "coala_package_manager/installation_tool.py", line 330, in <module>
sys.exit(main())
File "coala_package_manager/installation_tool.py", line 323, in main
show_bear(getattr(package_object, args['<bear>'][0]), True, True, ColorPrinter)
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/coalib/output/ConsoleInteraction.py", line 695, in show_bear
console_printer.print(bear.name, color="blue")
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/pyprint/Printer.py", line 43, in print
return self._print(output, **kwargs)
AttributeError: 'str' object has no attribute '_print'
ConsolePrinter
ConsolePrinter()
Traceback (most recent call last):
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/pyprint/ColorPrinter.py", line 44, in _print
return self._print_colored(output, **kwargs)
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/pyprint/ColorPrinter.py", line 56, in _print_colored
raise NotImplementedError
NotImplementedError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "coala_package_manager/installation_tool.py", line 331, in <module>
sys.exit(main())
File "coala_package_manager/installation_tool.py", line 324, in main
show_bear(getattr(package_object, args['<bear>'][0]), True, True, ColorPrinter())
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/coalib/output/ConsoleInteraction.py", line 695, in show_bear
console_printer.print(bear.name, color="blue")
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/pyprint/Printer.py", line 43, in print
return self._print(output, **kwargs)
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/pyprint/ColorPrinter.py", line 46, in _print
return self._print_uncolored(output, **kwargs)
File "/Users/adrianzatreanu/venv/lib/python3.5/site-packages/pyprint/ColorPrinter.py", line 65, in _print_uncolored
raise NotImplementedError
NotImplementedError