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

Can't get dyn.tl.dynamics(adata) to work #694

Open
3 tasks done
wodigraf opened this issue Jul 17, 2024 · 2 comments
Open
3 tasks done

Can't get dyn.tl.dynamics(adata) to work #694

wodigraf opened this issue Jul 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@wodigraf
Copy link

  • I am sure this issue is not simply a general python programming problem
    (if so, please google the answers).
  • I have searched github issues and confirm this issue has not reported previously.
  • 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:

Screenshot 2024-07-17 070801

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:

Screenshot 2024-07-17 064819

This is my session_info on the windows machine:

Screenshot 2024-07-17 071522

Have I installed something wrong? Am I missing something?

To Reproduce
The code that produced the bug:

dyn.tl.dynamics(adata)
@wodigraf wodigraf added the bug Something isn't working label Jul 17, 2024
@Sichao25
Copy link
Collaborator

Hi, thanks for raising those issues. The AttributeError is a bug caused by a conflicting version of SciPy. We have fixed this in the GitHub repository, but it is not yet included in the released version. You can downgrade to an earlier version of SciPy to resolve this issue. Based on the information provided, it is difficult to determine if the Jupyter session ends due to memory issues or another reason. You can try subsetting the dataset to test the functionality first. Let me know if those suggestions help.

Copy link

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

@github-actions github-actions bot added the Stale label Oct 21, 2024
@Sichao25 Sichao25 removed the Stale label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants