bob: Cannot install nightly

First off thank you for this project! bob used to install and upgrade nightly tag without any issues, but today the command results in the following error:

bob install nightly
Mar 25 10:37:11.515 ERROR Error: Please provide an existing neovim version

I tried reinstalling bob, but no go.

About this issue

  • Original URL
  • State: closed
  • Created 3 months ago
  • Reactions: 6
  • Comments: 29 (11 by maintainers)

Most upvoted comments

FYI, I’ve got same issue with bob-nvim 2.8.2 on Max OSX.

❯ bob use stable
Mar 26 07:23:41.979  INFO Fetching latest version
Mar 26 07:23:43.886 ERROR Error: Please provide an existing neovim version
❯ bob use nightly
Downloaded version nightly to /Users/huynhdung/.local/share/bob/nightly.tar.gz
  [00:00:00] [██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████] 8.77MiB/8.77MiB (12.39MiB/s, 0s)
Finished expanding to /Users/huynhdung/.local/share/bob/nightly
  [00:00:00] [█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████] 1692/1692
Mar 26 07:23:49.813  INFO You can now use nightly!
❯ nvim
thread 'main' panicked at /Users/huynhdung/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bob-nvim-2.8.2/src/main.rs:85:14:
Failed to spawn child process: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

a quick workaround would be to cp -r ~/.local/share/bob/nightly/nvim-macos-x86_84 ~/.local/shrare/bob/nvim-macos (or nvim-macos-arm64, depending on your current system).

It seems that the change is causing a panic. I am trying to install nightly after running erase.

thread 'main' panicked at <erased>/bob-nvim-2.8.2/src/main.rs:85:14:
Failed to spawn child process: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Additionally, it gave an error when trying to install stable.

❯ bob install stable
Mar 26 02:43:58.842  INFO Fetching latest version
Mar 26 02:44:00.220 ERROR Error: Please provide an existing neovim version

Hmm I see that neovim recently added arm macos distribution, not sure how it relates to this issue though. but I will add the arm support.

@MordechaiHadad sorry for not mentioning it from the start, but I use MacOS, brew installation.

@jellydn providing commit hash results in bob building nvim, not installing the provided tarballs