demergent-labs / kybra

Python CDK for the Internet Computer
MIT License
80 stars 15 forks source link

ic-wasm error installing due to older rust version used #458

Closed Wizardwa closed 6 months ago

Wizardwa commented 7 months ago

In the init.py file the version of rust used which is 1.72.0 is obsolete as of Feb-2024. When deploying with dfx deploy, it is unable to install ic-wasm which requires an newer version of rustc to compile. Solution: change init.py:21:__rust_version__ = "1.76.0"

Dolphin1311 commented 7 months ago

The same issue too

Wizardwa commented 7 months ago

Have you been able to solve the issue

lastmjs commented 6 months ago

This problem should be fixed if you are using version 0.5.3 of Kybra, please let me know if you are using 0.5.3 and are still experiencing the issue.

https://github.com/demergent-labs/kybra/releases/tag/0.5.3