[GH-ISSUE #107] crate in paths is experimental #62

Open
opened 2026-02-28 14:46:43 +03:00 by kerem · 1 comment
Owner

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

I'm trying to install this on MX Linux. I'm not entirely sure where this is going wrong. The error shows an issue number, which leads me to this:

https://github.com/rust-lang/rust/issues/45477

Not sure what to do with it though.

Here is what happens:

cargo install spotify-tui 
    Updating registry `https://github.com/rust-lang/crates.io-index`
  Installing spotify-tui v0.7.0
   Compiling failure_derive v0.1.6
   Compiling cfg-if v0.1.10
   Compiling openssl v0.10.25
   Compiling syn v1.0.5
   Compiling rand_core v0.4.2
   Compiling unicode-xid v0.2.0
   Compiling scopeguard v1.0.0
   Compiling httparse v1.3.4
   Compiling termcolor v1.0.5
   Compiling matches v0.1.8
   Compiling dtoa v0.4.4
   Compiling strsim v0.7.0
   Compiling webbrowser v0.5.2
   Compiling mime v0.3.14
   Compiling byteorder v1.3.2
   Compiling unicode-segmentation v1.3.0
   Compiling quick-error v1.2.2
   Compiling smallvec v0.6.10
   Compiling cc v1.0.46
   Compiling semver-parser v0.7.0
   Compiling numtoa v0.1.0
error: `crate` in paths is experimental (see issue #45477)
  --> /home/robert/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.46/src/windows_registry.rs:16:5
   |
16 | use crate::Tool;
   |     ^^^^^

error: aborting due to previous error

error: Could not compile `cc`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `spotify-tui v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-install.daF5RT9KeG42`

Caused by:
  build failed
Originally created by @Brutus11111 on GitHub (Oct 24, 2019). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/107 I'm trying to install this on MX Linux. I'm not entirely sure where this is going wrong. The error shows an issue number, which leads me to this: [https://github.com/rust-lang/rust/issues/45477](url) Not sure what to do with it though. Here is what happens: ``` cargo install spotify-tui Updating registry `https://github.com/rust-lang/crates.io-index` Installing spotify-tui v0.7.0 Compiling failure_derive v0.1.6 Compiling cfg-if v0.1.10 Compiling openssl v0.10.25 Compiling syn v1.0.5 Compiling rand_core v0.4.2 Compiling unicode-xid v0.2.0 Compiling scopeguard v1.0.0 Compiling httparse v1.3.4 Compiling termcolor v1.0.5 Compiling matches v0.1.8 Compiling dtoa v0.4.4 Compiling strsim v0.7.0 Compiling webbrowser v0.5.2 Compiling mime v0.3.14 Compiling byteorder v1.3.2 Compiling unicode-segmentation v1.3.0 Compiling quick-error v1.2.2 Compiling smallvec v0.6.10 Compiling cc v1.0.46 Compiling semver-parser v0.7.0 Compiling numtoa v0.1.0 error: `crate` in paths is experimental (see issue #45477) --> /home/robert/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.46/src/windows_registry.rs:16:5 | 16 | use crate::Tool; | ^^^^^ error: aborting due to previous error error: Could not compile `cc`. warning: build failed, waiting for other jobs to finish... error: failed to compile `spotify-tui v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-install.daF5RT9KeG42` Caused by: build failed ```
Author
Owner

@Mange commented on GitHub (Nov 20, 2019):

You probably have a very old version of Rust installed. What is the output of rustc --version?

<!-- gh-comment-id:556185542 --> @Mange commented on GitHub (Nov 20, 2019): You probably have a very old version of Rust installed. What is the output of `rustc --version`?
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#62
No description provided.