Post History
I am trying to install tokei in Ubuntu 24.04.3 LTS wsl machine. I ran: cargo install tokei And I got: Downloaded grep-matcher v0.1.8 error: failed to compile tokei v14.0.0, intermediate ar...
#3: Post edited
can't install tokei
I am trying to install tokei in ubuntu 24.04.3 LTS wsl machine.I run:`cargo install tokei`And I get:` Downloaded grep-matcher v0.1.8error: failed to compile `tokei v14.0.0`, intermediate artifacts can be found at `/tmp/cargo-installJBFjRf`.- To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:- failed to download replaced source registry `crates-io`
Caused by:- failed to parse manifest at `/home/oren/.cargo/registry/src/index.crates.io-6f17d22bba15001f/grep-matcher-0.1.8/Cargo.toml`
Caused by:- feature `edition2024` is required
The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.75.0).- Consider trying a more recent nightly release.
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.`How cab I solve it?
- I am trying to install tokei in Ubuntu 24.04.3 LTS wsl machine.
- I ran:
- ```
- cargo install tokei
- ```
- And I got:
- > Downloaded grep-matcher v0.1.8
- error: failed to compile `tokei v14.0.0`, intermediate artifacts can be found at `/tmp/cargo-installJBFjRf`.
- To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
- >
- > Caused by:
- failed to download replaced source registry `crates-io`
- >
- > Caused by:
- failed to parse manifest at `/home/oren/.cargo/registry/src/index.crates.io-6f17d22bba15001f/grep-matcher-0.1.8/Cargo.toml`
- >
- > Caused by:
- feature `edition2024` is required
- >
- > The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.75.0).
- Consider trying a more recent nightly release.
- See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.
- How can I solve this?
#2: Post edited
- I am trying to install tokei in ubuntu 24.04.3 LTS wsl machine.
- I run:
`cargo install tokei``- And I get:
- ` Downloaded grep-matcher v0.1.8
- error: failed to compile `tokei v14.0.0`, intermediate artifacts can be found at `/tmp/cargo-installJBFjRf`.
- To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
- Caused by:
- failed to download replaced source registry `crates-io`
- Caused by:
- failed to parse manifest at `/home/oren/.cargo/registry/src/index.crates.io-6f17d22bba15001f/grep-matcher-0.1.8/Cargo.toml`
- Caused by:
- feature `edition2024` is required
- The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.75.0).
- Consider trying a more recent nightly release.
- See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.`
- How cab I solve it?
- I am trying to install tokei in ubuntu 24.04.3 LTS wsl machine.
- I run:
- `cargo install tokei`
- And I get:
- ` Downloaded grep-matcher v0.1.8
- error: failed to compile `tokei v14.0.0`, intermediate artifacts can be found at `/tmp/cargo-installJBFjRf`.
- To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
- Caused by:
- failed to download replaced source registry `crates-io`
- Caused by:
- failed to parse manifest at `/home/oren/.cargo/registry/src/index.crates.io-6f17d22bba15001f/grep-matcher-0.1.8/Cargo.toml`
- Caused by:
- feature `edition2024` is required
- The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.75.0).
- Consider trying a more recent nightly release.
- See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.`
- How cab I solve it?
#1: Initial revision
can't install tokei
I am trying to install tokei in ubuntu 24.04.3 LTS wsl machine. I run: `cargo install tokei`` And I get: ` Downloaded grep-matcher v0.1.8 error: failed to compile `tokei v14.0.0`, intermediate artifacts can be found at `/tmp/cargo-installJBFjRf`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path. Caused by: failed to download replaced source registry `crates-io` Caused by: failed to parse manifest at `/home/oren/.cargo/registry/src/index.crates.io-6f17d22bba15001f/grep-matcher-0.1.8/Cargo.toml` Caused by: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.75.0). Consider trying a more recent nightly release. See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.` How cab I solve it?
