BibliothecaDAO / realms-contracts

Realms Monorepo for Ethereum contracts and Starknet contracts.
https://bibliothecadao.xyz/
MIT License
86 stars 33 forks source link

Protostar error in devcontainer #294

Closed loothero closed 1 year ago

loothero commented 1 year ago

$ protostar test /workspaces/realms-contracts/tests/protostar/loot/adventurer/test_adventurer_logic.cairo

[24350] Error loading Python lib '/root/.protostar/dist/protostar/libpython3.9.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /root/.protostar/dist/protostar/libpython3.9.so.1.0)

I think we need to update our base image to a distro that includes GLIBC_2.35. Based on my fairly limited research, this may be difficult on debian so we may want to switch to another distro for our docker image