starkware-libs / cairo-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run Cairo lang code locally

jelilat opened this issue · comments

Every time I try to run Cairo lang code locally, I keep getting a ModuleNotFoundError. Is there something extra I should be doing?

    from starkware.cairo.common.poseidon_hash import (  # noqa
ModuleNotFoundError: No module named 'starkware.cairo.common.poseidon_hash'