Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not install foundry-rs cli #5659

Closed
dchagast opened this issue Aug 18, 2023 · 7 comments
Closed

can not install foundry-rs cli #5659

dchagast opened this issue Aug 18, 2023 · 7 comments

Comments

@dchagast
Copy link

I'm going to install foundry-cli using below command.

cargo install --git https://github.com/foundry-rs/foundry --profile local --force foundry-cli

This command was working a few days ago.
But now, I'm getting below error.

image

@gakonst gakonst added this to Foundry Aug 18, 2023
@github-project-automation github-project-automation bot moved this to Todo in Foundry Aug 18, 2023
@mattsse
Copy link
Member

mattsse commented Aug 18, 2023

fyi @DaniPopes

the instructions are outdated now

https://book.getfoundry.sh/getting-started/installation

can we make this work with cargo install again?

@DaniPopes
Copy link
Member

DaniPopes commented Aug 18, 2023

No, just update them.

The new command is:

cargo install --git https://github.com/foundry-rs/foundry --profile local forge cast chisel anvil

(where forge cast... etc are the names of the binaries you want installed)

foundry-cli doesn't have any binaries anymore

@mattsse
Copy link
Member

mattsse commented Aug 18, 2023

thanks will update

@Evalir
Copy link
Member

Evalir commented Aug 18, 2023

@Evalir
Copy link
Member

Evalir commented Aug 18, 2023

Closed with foundry-rs/book#987 — you can use the new instructions to install! sorry about the outdated instructions 🙏

@Evalir Evalir closed this as completed Aug 18, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Foundry Aug 18, 2023
@Ata786
Copy link

Ata786 commented Dec 25, 2023

I'm going to install foundry-cli using below command.

cargo install --git https://github.com/foundry-rs/foundry --profile local --force foundry-cli

This command was working a few days ago. But now, I'm getting below error.

image

bro i have save issue please tell me solution if you find

@Ata786
Copy link

Ata786 commented Dec 25, 2023

I'm going to install foundry-cli using below command.

cargo install --git https://github.com/foundry-rs/foundry --profile local --force foundry-cli

This command was working a few days ago. But now, I'm getting below error.

image

i have same issue at the end it gives error that
This may also occur with an optional dependency that is not enabled.
Installed package chisel v0.2.0 (https://github.com/foundry-rs/foundry#ba0cc1d4) (executable chisel.exe)
Summary Successfully installed anvil, chisel! Failed to install foundry-cli (see error(s) above).
error: some crates failed to install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

5 participants