1. Any starknet cli command causes a python recursion error: This can be caused by marshmallow-dataclass error. Run pip3 list | grep marshmallow; if you see marshmallow-dataclass has version 8.5.5, run pip3 install marshmallow-dataclass==8.5.3 --force and try running starknet again.