Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi, in this tutorial's link: https://mesa.readthedocs.io/en/main/tutorials/intro_tutorial.html, line 16 of the tutorial has a value error caused by tuple (x,y) in the for loop( we have to omit the parentheses). please check it out. thanks a lot! #1742

Closed
KhashayarMhm opened this issue Jul 26, 2023 · 2 comments

Comments

@KhashayarMhm
Copy link

Describe the bug

Expected behavior

To Reproduce

Additional context

@rht
Copy link
Contributor

rht commented Jul 26, 2023

The (x, y) signifies a new backward-incompatible API in Mesa 2.0. It means your local Mesa version is outdated. You need to do pip install -U mesa.

@rht
Copy link
Contributor

rht commented Jul 26, 2023

I clarified the tutorial that the version must be >=2.1 in #1743.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants