-
Notifications
You must be signed in to change notification settings - Fork 144
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
tutorial02_process hangs on lif.run command #247
Comments
I'm having exactly the same trouble with Windows system. |
For what it is worth, that line gives me issues when I try to debug the cell in vscode. You can read more abut it here: In short, the line starts a new child process and currently vscode notebook debugging does not support attaching to them. |
Still having the same issue when running the tutorial in a Jupyter notebook. Works fine if I run it as a Python file. Any progress on fixing this? |
We are aware that there are issues with running the tutorial under Windows. This is due to a problem in the combination between Windows, Jupyter notebook and the multiprocessing library. We are working on a clean solution, but I was not aware that this issue expands to Mac users. There is an open pull request with a work-around. Please take a look at #259 , #95 and #148. Alternatively, you should be able to export the notebooks to Python scripts and run them outside of a notebook. |
This might be solved with the new message passing implementation which should be merged soon. I add @ysingh7 here as he might have a better overview over the current progress. |
I don't know if this helps, but I wiped my MacBook Pro clean and did a fresh re-install of OS 13.2 (Ventura). After reinstalling Anaconda, and following the Lava install and tutorial instructions, I get the same error again. Exactly the same as in my original post. :( |
Objective of issue:
Lava version:
I'm submitting a ...
Current behavior:
tutorial02_process.ipynb
notebook, I have no problems until I reach the linewhich gives me the error
and then hangs.
Expected behavior:
Steps to reproduce:
Then I open
tutorial02_process.ipynb
, and execute the cells, one by one, from the top. They all run fine until it hangs, as described above.Other information:
For what it's worth, some of the unit tests fail, though I'm not sure they are related.
The text was updated successfully, but these errors were encountered: