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

panic with rig library default <foo> #240

Open
t-kalinowski opened this issue Jul 18, 2024 · 0 comments
Open

panic with rig library default <foo> #240

t-kalinowski opened this issue Jul 18, 2024 · 0 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@t-kalinowski
Copy link
Member

❯ rig library
Manage package libraries [alias: lib] (experimental)

Usage: rig library [OPTIONS] [COMMAND]

Commands:
  list     List libraries [alias: ls]
  add      Add a new library
  rm       Remove a library
  default  Set the default library
  help     Print this message or the help of the given subcommand(s)

Options:
      --json  JSON output
  -h, --help  Print help (see more with '--help')

~/github/rstudio/reticulate main *23 ?2 ······································································ 08:08:48 AM
❯ rig library list
main (default)

~/github/rstudio/reticulate main *23 ?2 ······································································ 08:08:56 AM
❯ rig library add 4.3

~/github/rstudio/reticulate main *23 ?2 ······································································ 08:09:08 AM
❯ rig library default 4.3
thread 'main' panicked at /Users/gaborcsardi/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/parser/error.rs:32:9:
Mismatch between definition and access of `lib-name`. Could not downcast to TypeId { t: 324675245860759320943513204350442872190 }, need to downcast to TypeId { t: 9468522667427391105921880143968470858 }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

~/github/rstudio/reticulate main *23 ?2 ············································································ 08:09:47 AM
❯ ls /Users
Shared	tomasz
@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants