dynamo-release
dynamo-release copied to clipboard
Can't get dyn.tl.dynamics(adata) to work
- [x] I am sure this issue is not simply a general python programming problem (if so, please google the answers).
- [x] I have searched github issues and confirm this issue has not reported previously.
- [x] I have confirmed this bug is not related to dynamo version and it exists on the latest version of dynamo.
If this is a question and not a bug report or enhancement request, please post to our Github Discussions channel at https://github.com/aristoteleo/dynamo-release/discussions
Describe the bug I am trying out dynamo for the first time and I am following the 10 minutes to dynamo tutorial. I first tried running the code on a virtual machine with Ubuntu 24. When running the line of code dyn.tl.dynamics(adata), I get this message "[moments calculation] completed [141.7195s]" and then after about 2 minutes my Jupyter closes. When I tried running the code on a terminal, a similar thing happened, but this time instead of the terminal closing like the Jupyter, it just stops and gives the message "killed". Here is my session info:
Does this have to do with the amount of memory of my machine? What would be the minimum requirements to run dynamo?
I then tried doing the tutorial on another machine, this time with windows 11. I got stuck on the same line of code, but this time I got this error:
This is my session_info on the windows machine:
Have I installed something wrong? Am I missing something?
To Reproduce The code that produced the bug:
dyn.tl.dynamics(adata)