Beitrag
Teile dein Wissen.

Bahador85
Mar 11, 2025
Artikel
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
Teilen
Kommentare
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
351Beiträge499Antworten
Verdiene deinen Anteil an 1000 Sui
Sammle Reputationspunkte und erhalte Belohnungen für deine Hilfe beim Wachstum der Sui-Community.
Kopfgeldbeiträge
- Warum benötigt BCS eine genaue Feldreihenfolge für die Deserialisierung, wenn Move-Strukturen benannte Felder haben?53
- Fehler bei der Überprüfung mehrerer Quellen“ in den Veröffentlichungen des Sui Move-Moduls — Automatisierte Fehlerbehebung42
- Sui-Transaktion schlägt fehl: Objekte sind für eine andere Transaktion reserviert24
- Wie interagieren Fähigkeitsbeschränkungen mit dynamischen Feldern in heterogenen Sammlungen?04