Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
roger-creus opened this issue Feb 13, 2024 · 2 comments
Open

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

roger-creus opened this issue Feb 13, 2024 · 2 comments

Comments

@roger-creus
Copy link

No description provided.

@ozgurovic
Copy link

        !   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'

  • Module file /home/USER/dt-shell/commands-multi/ente/disk_image/init.py;

  • Module content ['name', 'doc', 'package', 'loader', 'spec', 'path', 'file', 'cached', 'builtins'];

         !   To recover, you might want to delete the directory
         !
         !      ~/.dt-shell/commands-multi
         !
         !
    

@ozgurovic
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants