mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #1162] installation failed #565
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#565
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @w1ce01 on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1162
error: cannot find derive macro
RustcEncodablein this scope--> /home/w1ce/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/weekday.rs:33:48
|
33 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
| ^^^^^^^^^^^^^^
error: cannot find derive macro
RustcDecodablein this scope--> /home/w1ce/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/weekday.rs:33:64
|
33 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
| ^^^^^^^^^^^^^^
error: cannot find derive macro
RustcEncodablein this scope--> /home/w1ce/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/month.rs:32:48
|
32 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
| ^^^^^^^^^^^^^^
error: cannot find derive macro
RustcDecodablein this scope--> /home/w1ce/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/month.rs:32:64
|
32 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
| ^^^^^^^^^^^^^^
error: could not compile
chrono(lib) due to 4 previous errorswarning: build failed, waiting for other jobs to finish...
==> ОШИБКА: Произошел сбой в build().
Прерывание...
-> ошибка сборки: spotify-tui-exit status 4
-> Не удалось установить следующие пакеты. Необходимо ручное вмешательство:
spotify-tui - exit status 4
@sewnie commented on GitHub (Jul 17, 2025):
Spotify-tui has unfortunately been abandoned by the author, and since then, the Spotify API changed signficantly, breaking this project.
Please use spotify_player: https://github.com/aome510/spotify-player, which is more feature-packed and more convenient.
@Aayush-K15 commented on GitHub (Aug 20, 2025):
spotify_player also doesnt work lmao
@sewnie commented on GitHub (Aug 20, 2025):
Thank you for the very comprehensive, helpful comment.
@0xjuL14 commented on GitHub (Nov 18, 2025):
you can try ncspot (https://github.com/hrkfdn/ncspot)