duckietown / duckietown-shell-commands

Commands for the Duckietown Shell
4 stars 2 forks source link

dts matrix install returns *** Unknown syntax: matrix install #441

Open roger-creus opened 6 months ago

ozgurovic commented 6 months ago
        !   Could not load commands.

            Cannot load command class 'disk_image.create.command.DTCommand' (package='disk_image.', command='create'): Traceback (most recent call last):

File "/home/USER/.local/lib/python3.8/site-packages/dt_shell/cli.py", line 375, in _load_class mod = getattr(mod, comp) AttributeError: module 'disk_image' has no attribute 'create'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/USER/.local/lib/python3.8/site-packages/dt_shell/cli.py", line 238, in _load_commands klass = _load_class(spec) File "/home/USER/.local/lib/python3.8/site-packages/dt_shell/cli.py", line 380, in _load_class raise AttributeError(msg) AttributeError: Could not get field 'create' of module 'disk_image': module 'disk_image' has no attribute 'create'

ozgurovic commented 6 months ago

after some play around and find out, this is the branch that works with virtual duckietown ente version: duckietown-shell-commands-ente-fixing-duckiebot-virtual-attach-DTSW-3493