Publication
Partagez vos connaissances.

Bahador85
Mar 11, 2025
Article
How to fix the SUI installation error?
When I try to install and build the SUI binary on my local system with this command:
cargo install --git https://github.com/MystenLabs/sui.git --bin sui --branch devnet
I face this error:
Please specify a package, e.g. `cargo install --git https://github.com/MystenLabs/sui.git anemo-benchmark`.
After some digging, I found the solution and was able to install and build it error-free and completely using some modification in the above command:
For Devnet:
cargo install --locked --git https://github.com/MystenLabs/sui.git sui --branch devnet
For Testnet:
cargo install --locked --git https://github.com/MystenLabs/sui.git sui --branch devnet
This way, you can install and build SUI on your local machine and start on your way!
Best of luck.
- Sui
- Move
3
Partager
Commentaires
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
1244Publications4283Réponses
Gagne ta part de 1000 Sui
Gagne des points de réputation et obtiens des récompenses pour avoir aidé la communauté Sui à se développer.
Publications de primes
- Pourquoi BCS exige-t-il un ordre de champs exact pour la désérialisation alors que les structures Move ont des champs nommés ?65
- Comment maximiser la détention de profits SUI : Sui Staking contre Liquid Staking514
- « Erreurs de vérification de sources multiples » dans les publications du module Sui Move - Résolution automatique des erreurs55
- Erreur Sui Move - Impossible de traiter la transaction Aucune pièce de gaz valide n'a été trouvée pour la transaction419
- Échec de la transaction Sui : objets réservés pour une autre transaction49