NEWTON
Asked
9 months ago
17
views
0
I'm seeing this error when running the cairo-compile command from Setting up the Environment:
File "marshmallow_dataclass/init.py", line 710, in field_for_schema
RecursionError: maximum recursion depth exceeded in comparison
ㅤ This question was originally posted on Triality
0
It looks like the error is coming from a version of marshmallow-dataclass > 8.5.3. You can fix it by pinning the version of marshmallow-dataclass to a stable version:
pip3 install -c constraints.txt marshmallow-dataclass==8.5.3
ㅤ This answer was originally posted on Triality
answered
9 months ago
Cairo: Javascript API for cairo compile
StarkNet error while deploying: IndexError: list assignment index out of range. Can anyone help?
Cairo Error: Unexpected token Token('LPAR', '('). Expected: identifier.
Getting the CLASS_HASH of a contract in Cairo
How can i learn Cairo with Python base?
Cairo start.
Declaring Strings in Cairo
How to get the block hash in Cairo lang?
How do I see my Pathfinder logs?
How can I read contract memory with starknetjs?
What will the bundler ecosystem look like in Account Abstraction?
How long does starkgate bridge process?
Are there rewards for running a Pathfinder node?
Did you change the factory/create2 part (to compute pool addresses)?