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

[BUG] superduper command fails #2676

Open
fnikolai opened this issue Dec 8, 2024 · 0 comments
Open

[BUG] superduper command fails #2676

fnikolai opened this issue Dec 8, 2024 · 0 comments
Labels
🐛 bug Something isn't working mission critical

Comments

@fnikolai
Copy link
Collaborator

fnikolai commented Dec 8, 2024

When I try to do superduper ls I get the following error.

╭───────────────────── 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
@fnikolai fnikolai added 🐛 bug Something isn't working mission critical labels Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working mission critical
Projects
None yet
Development

No branches or pull requests

1 participant