-
Notifications
You must be signed in to change notification settings - Fork 25
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
Windows binary missing #44
Comments
You'll need to compile it from source. It's really simple, just do this: Rust Install (Follow the guide) |
Failed here: Compiling http-body v0.4.5
error: failed to run custom build command for `libsqlite3-sys v0.25.2`
Caused by:
process didn't exit successfully: `C:\Users\aalsaf01\Downloads\ytui-music-main\ytui-music-main\target\release\build\libsqlite3-sys-3d2c346e56dbaecf\build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Could not copy bindings to output directory: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }', C:\Users\aalsaf01\.cargo\registry\src\github.com-1ecc6299db9ec823\libsqlite3-sys-0.25.2\build.rs:102:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish... |
Same problem as yours. |
This might not be any help, but I recommend using Windows Subsystem for Linux. You can use any Linux distribution in the Windows Terminal and install any Linux packages+programs. |
I solved it just delete winsqlite3 on config/cargo.toml
but another problem is need mpv.lib. possible to solve it build mpv from source #47 (comment) |
README talks about Windows support but the release only shows excutables for MacOS & Linux.
The text was updated successfully, but these errors were encountered: