[GH-ISSUE #35] cargo install error Ubuntu 18.04 #25

Closed
opened 2026-02-28 14:46:27 +03:00 by kerem · 3 comments
Owner

Originally created by @mccarthyryanc on GitHub (Oct 8, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/35

Tried installing via cargo:

cargo install spotify-tui

and got the following error:

    Updating crates.io index
  Installing spotify-tui v0.4.0
error: failed to compile `spotify-tui v0.4.0`, intermediate artifacts can be found at `/tmp/cargo-installls8SWH`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/Cargo.toml`

Caused by:
  feature `rename-dependency` is required

this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["rename-dependency"]` to enable this feature

Rust installed via rustup on Ubuntu 18.04

Originally created by @mccarthyryanc on GitHub (Oct 8, 2019). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/35 Tried installing via cargo: ```bash cargo install spotify-tui ``` and got the following error: ``` Updating crates.io index Installing spotify-tui v0.4.0 error: failed to compile `spotify-tui v0.4.0`, intermediate artifacts can be found at `/tmp/cargo-installls8SWH` Caused by: unable to get packages from source Caused by: failed to parse manifest at `/home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/Cargo.toml` Caused by: feature `rename-dependency` is required this Cargo does not support nightly features, but if you switch to nightly channel you can add `cargo-features = ["rename-dependency"]` to enable this feature ``` Rust installed via rustup on Ubuntu 18.04
kerem closed this issue 2026-02-28 14:46:27 +03:00
Author
Owner

@Rigellute commented on GitHub (Oct 9, 2019):

Sorry to hear this, which version of Rust are you using?

rustc --version
<!-- gh-comment-id:539903419 --> @Rigellute commented on GitHub (Oct 9, 2019): Sorry to hear this, which version of Rust are you using? ``` rustc --version ```
Author
Owner

@mccarthyryanc commented on GitHub (Oct 9, 2019):

Apparently an old version! I just updated (rustup update) and everything built fine. Sorry for the false alarm!

<!-- gh-comment-id:540052958 --> @mccarthyryanc commented on GitHub (Oct 9, 2019): Apparently an old version! I just updated (`rustup update`) and everything built fine. Sorry for the false alarm!
Author
Owner

@Rigellute commented on GitHub (Oct 9, 2019):

Phew! Great to hear and thanks for the update 👍

<!-- gh-comment-id:540070602 --> @Rigellute commented on GitHub (Oct 9, 2019): Phew! Great to hear and thanks for the update 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#25
No description provided.