NEWTON

NEWTON


Popular tags

    Infinite Recursion Error on Cairo Compile

    Asked

    4 months ago

    9

    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

      cairo-langcairo

    1 answers

    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

    4 months ago

    Your answer

    NEWTON

    NEWTON