-
Notifications
You must be signed in to change notification settings - Fork 169
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
Unable to run Schelling experimental - jupyter_viz not found #145
Comments
@rht, I haven't had a chance to dig into this. Am I imagining that worked on something relating to this recently? Wondering if something minor didn't get updated in versions or if this is a bigger issue? |
What Python and Mesa versions are reported? |
It is |
So it should work on the latest pre-release / git main. This is another argument why we need a monorepo (see projectmesa/mesa-geo#212 (review)). |
Breaking changes are supposed to be a rare event. This class of errors (of this GH issue) should not have happened that often. |
That resolved the issue. RE: mono repo - the argument against it was that examples were not easily discoverable to people less familiar with repository structures. Originally the examples were in the main repo. Unless we explicitly have an action here, I am going close and consider this "resolved" with the next deployment, which I believe will occur soon with recent conversations. |
I am getting the following error while trying to run
examples/schelling_experimental
:Steps to recreate:
pip install -r requirements
solara run app.py
, error appears during the loading process.The text was updated successfully, but these errors were encountered: