Jakob Axelsson
Jakob Axelsson
I think I have a clear use case for this. I am running mesa in the browser using pyscript (which in turn relies on pyodide). In pyscript, it is possible...
Thank you so much for your advice. The suggested workaround helped me solve the problem. Although it makes my code slightly less clear in a few places, it is still...
I get `ModuleNotFoundError: No module named 'tornado'`. You can easily replicate this if you go to https://pyodide.org/en/stable/console.html and type in the following lines: ``` >>> import micropip >>> await micropip.install("mesa",...
Would it be an option to change https://github.com/projectmesa/mesa/blob/main/mesa/__init__.py so that each separate import statement is wrapped in a try-except clause? In that way, mesa would initiate whatever it can, and...