-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I had a problem installing C2, when #dts Challenges Info, the token was not displayed, and my ID was already displayed by the previous input token number. How to solve it?
The code shown is as follows:
●$ dts challenges info
●dts : Problems with a command?
● :
● : Report here: https://github.com/duckietown/duckietown-shell-commands/issues
● :
● : Troubleshooting:
● :
● : - If some commands update fail, delete ~/.dt-shell/commands
● :
● : - To reset the shell to "factory settings", delete ~/.dt-shell
● :
● : (Note: you will have to re-configure.)
●INFO:dts:Commands version: daffy
●INFO:dts:looking at /home/gyf/.dt-shell/commands-multi/daffy
●DEBUG:duckietown_docker_utils:duckietown_docker_utils version 6.1.1 path /home/gyf/.local/lib/python3.8/site-packages
●dts : Traceback (most recent call last):
● : File "/home/gyf/.local/lib/python3.8/site-packages/dt_shell/main.py", line 40, in cli_main
● : cli_main_()
● : File "/home/gyf/.local/lib/python3.8/site-packages/dt_shell/main.py", line 201, in cli_main_
● : shell.onecmd(cmdline)
● : File "/usr/lib/python3.8/cmd.py", line 217, in onecmd
● : return func(arg)
● : File "/home/gyf/.local/lib/python3.8/site-packages/dt_shell/cli.py", line 284, in
● : do_command_lam = lambda s, w: do_command(klass, s, w)
● : File "/home/gyf/.local/lib/python3.8/site-packages/dt_shell/dt_command_abs.py", line 48, in do_command
● : cls.command(shell, args)
● : File "/home/gyf/.dt-shell/commands-multi/daffy/challenges/command.py", line 17, in command
● : check_package_version("duckietown-docker-utils-daffy", "6.0.78")
● : File "/home/gyf/.local/lib/python3.8/site-packages/dt_shell/package_version_check.py", line 47, in check_package_version
● : installed = _get_installed_distributions()
● : File "/home/gyf/.local/lib/python3.8/site-packages/dt_shell/package_version_check.py", line 14, in _get_installed_distributions
● : from pip._internal.metadata import get_environment
● : ModuleNotFoundError: No module named 'pip._internal.metadata'
●WARNING:dts:Please update "pip" to have better debug info.
●dts : To report a bug, please also include the contents of /home/gyf/shell-debug-info.txt