Can't install foundry in windows 10 #3172
Unanswered
SkyWarrior123
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am getting this error while running the command
cargo install --path ./cli --profile local --bins --locked --force
after cloning the git repo into my directoryInstalling foundry-cli v0.2.0 (C:\Users\SAHBAAZ ANSARI\DESKTOP\quiz-gamingdapp\foundry\cli) Updating crates.io index warning: package
cpufeatures v0.2.2in Cargo.lock is yanked in registry
crates-io, consider running without --locked warning: package
ecdsa v0.14.3in Cargo.lock is yanked in registry
crates-io, consider running without --locked warning: package
fastrlp-derive v0.1.1in Cargo.lock is yanked in registry
crates-io, consider running without --locked warning: package
plotters v0.3.2in Cargo.lock is yanked in registry
crates-io, consider running without --locked error: failed to compile
foundry-cli v0.2.0 (C:\Users\SAHBAAZ ANSARI\DESKTOP\quiz-gamingdapp\foundry\cli), intermediate artifacts can be found at
C:\Users\SAHBAAZ ANSARI\DESKTOP\quiz-gamingdapp\foundry\target`Caused by:
failed to download
gimli v0.26.1
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at
C:\Users\SAHBAAZ ANSARI\.cargo\registry\src\github.com-1ecc6299db9ec823\gimli-0.26.1\Cargo.toml
Caused by:
could not parse input as TOML
Caused by:
TOML parse error at line 1, column 1
|
1 |
| ^
Unexpected ``
Expected key or end of input
`
Beta Was this translation helpful? Give feedback.
All reactions