Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.23-py2.7.egg/duckietown_challenges/runner.py", line 358, in run
cr = read_challenge_results(wd)
File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.23-py2.7.egg/duckietown_challenges/challenge_results.py", line 66, in read_challenge_results
data = read_yaml_file(fn)
File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.23-py2.7.egg/duckietown_challenges/yaml_utils.py", line 17, in read_yaml_file
return yaml.load(data, Loader=yaml.Loader)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/main.py", line 924, in load
return loader._constructor.get_single_data()
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 108, in get_single_data
return self.construct_document(node)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 118, in construct_document
for _dummy in generator:
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 672, in construct_yaml_map
value = self.construct_mapping(node)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 399, in construct_mapping
return BaseConstructor.construct_mapping(self, node, deep=deep)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 242, in construct_mapping
value = self.construct_object(value_node, deep=deep)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 166, in construct_object
data = constructor(self, tag_suffix, node)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 938, in construct_python_object_apply
args = self.construct_sequence(node, deep=True)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 198, in construct_sequence
return [self.construct_object(child, deep=deep) for child in node.value]
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 166, in construct_object
data = constructor(self, tag_suffix, node)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 950, in construct_python_object_apply
instance = self.make_python_instance(suffix, node, args, kwds, newobj)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 882, in make_python_instance
cls = self.find_python_name(suffix, node.start_mark)
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 835, in find_python_name
mark,
ConstructorError: while constructing a Python object
cannot find module 'numpy' (No module named numpy)
in "<byte string>", line 21, column 7:
- !!python/object/apply:numpy.dtype
^ (line: 21)
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.