We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
superduper
When I try to do superduper ls I get the following error.
superduper ls
╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /home/fnikol/.pyenv/versions/3.11.5/bin/superduper:8 in <module> │ │ │ │ 5 from superduper.__main__ import run │ │ 6 if __name__ == '__main__': │ │ 7 │ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) │ │ ❱ 8 │ sys.exit(run()) │ │ 9 │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ re = <module 're' from │ │ │ │ '/home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/re/__init__.p… │ │ │ │ run = <function run at 0x7fa00ba40360> │ │ │ │ sys = <module 'sys' (built-in)> │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/superduper/ │ │ __main__.py:19 in run │ │ │ │ 16 │ This is the function that is called when the user runs `python -m s │ │ 17 │ """ │ │ 18 │ try: │ │ ❱ 19 │ │ app(standalone_mode=False) │ │ 20 │ except click.ClickException as e: │ │ 21 │ │ return f'{e.__class__.__name__}: {e.message}' │ │ 22 │ except click.Abort: │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:328 in __call__ │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:311 in __call__ │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:350 in get_command │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:332 in get_group │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:483 in get_group_from_info │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:577 in get_command_from_info │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:553 in get_params_convertors_ctx_param_name_from_function │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:850 in get_click_param │ │ │ │ /home/fnikol/.pyenv/versions/3.11.5/lib/python3.11/site-packages/typer/main. │ │ py:779 in get_click_type │ ╰──────────────────────────────────────────────────────────────────────────────╯ RuntimeError: Type not yet supported: str | None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to do
superduper ls
I get the following error.The text was updated successfully, but these errors were encountered: