Vistara-Labs / vimana

Vimana is an orchestration client that aims to abstract away complexities in operationalizing networks with minimal setup.
https://docs.vistara.dev
30 stars 46 forks source link

Unzip fail #12

Open apeftable opened 8 months ago

apeftable commented 8 months ago

Hello I have tried to run the following command but it unzip fails, any help? curl -L https://vistara-labs.github.io/vimana/install.sh | bash && vimana init vimana run celestia light-node

Screenshot 2023-12-28 at 11 53 00 AM
mmchougule commented 8 months ago

Hey, can you please provide your OS and architecture, is it darwin and arm64?

Also, these are 2 separate commands, please run them like this:

curl -L https://vistara-labs.github.io/vimana/install.sh | bash && vimana init

and then run: vimana run celestia light-node

It would look like the following.

Screen Shot 2023-12-28 at 6 09 19 PM
apeftable commented 8 months ago

I did run the commands separately but the outcome is the same. As for the question about OS and architecture I have the following.

Screenshot 2023-12-29 at 10 52 49 AM
Joelone commented 7 months ago

The most probable reason of seeing the “End-of-central-directory signature not found” error, is the file is either corrupt, or the file download is incomplete. Since the log mentioned "/tmp/vimcel/darwin_amd64.zip", you can try to remove the file and run the command again.