EOrlowski
EOrlowski
Im running macOS Catalina 10.15.7 (early-2013 rMBP) and gitui runs for me. All my rust programs run. Did you install via rustup? do you have home-brew or cargo?
I too fail to precompile Queryverse and its deps, specifically ExcelReaders and ExcelFiles.
Read the instructions. They explicitly say not to blindly git clone the entire repo as you will clone every permutation of every font in the repo..
Running .\build in powershell still doesnt populate the build folder. npm install yields errors in powershell, but works in wsl2. That being said, running bash ./build.sh in wsl2 (ubuntu 20.04)...
yeah same here. it runs via docker though, albeit slowly.
Strangely enough, after updating via `rustup toolchain install nightly` blink.cmp compilation still fails.. w/ the exact same error the previous user described. im on macOS sequoia 15.2 though. running neovim...
idk why but 'cargo +nightly build --release' returns an error stating "no such command: `+nightly`". Even though rustup has the nightly toolchain set as the default..
You were right. I have rust and rustup installed via brew. the brew-rust 'cargo' overrode the brew-rustup nightly. had to export /opt/homebrew/opt/rustup/bin:$PATH to my .zshrc & reload kitty terminal. Thanks...
Sorry, forgot to add an enhancement flair to the issue.