-
Notifications
You must be signed in to change notification settings - Fork 4
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 challenge info #354
Comments
Do you still see this issue? If so, could you please also include the contents of In the meantime, I would suggest performing a thorough update for dts and challenge related tools:
|
Hello, I have done it with three instructions as you said, but the bug is not solved. shell-debug-info.txt: Now I type dts challenge info, and the following code appears: |
Is your pip updated?
|
Yes,I did it according to your previous instructions |
@gyfkcq Can you post the output of,
|
~$ pip3 list apturl 0.5.2 ~$ pip3 --version |
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
The text was updated successfully, but these errors were encountered: