aag8acommentedOct 24, 2021 In new versions of pymunk, they removed '_pymunk.inf'. It can be fixed easily by replacing: moment = _pymunk.inf to moment = float("inf") In line 779 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment...