mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #628] Cannot install with sixel lib #1300
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1300
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 @minhquan186 on GitHub (Dec 7, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/628
Describe the bug
Cannot Install
spotify_playerwithsixelsupport on Windows 10 usingcargoTo Reproduce
Run
cargo install spotify_player --features lyric-finder,sixelExpected behaviour
Install
spotify_playerwithsixelsupport successfully.Log and backtrace
Installation problem, no log needed
Screenshots

Environment
Additional context
I'm using Windows Terminal Preview 1.22.2912.0 which has libsixel supported (see this blog)
If I use
cargo install spotify_player --features lyric-finder,imageI can install and use it normally@aome510 commented on GitHub (Dec 8, 2024):
I don't really know much about sixel support for windows. Maybe the library
sixel-sysdoesn't support windows@minhquan186 commented on GitHub (Dec 16, 2024):
I think

sixel-syscould be an issue here.I use another program (chafa) with sixel supported and it works fine
Could you also double check the version of
sixel-systhat used inspotify_player?Thanks in advance
@csoto-3 commented on GitHub (Dec 10, 2025):
Tried to install from
cargowithsixelfeature and still having issues withsixel-syson Win11.Command:
cargo install spotify_player --features sixelError Message:
@rashil2000 commented on GitHub (Dec 23, 2025):
See https://github.com/atanunq/viuer/pull/84#issuecomment-3483860255