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

How to fix Error: AnimationGroup(Group) has a run_time of 0 second? #45

Open
NoDeHat269 opened this issue Jun 6, 2024 · 7 comments
Open

Comments

@NoDeHat269
Copy link

image

@chengyitang
Copy link

chengyitang commented Jun 8, 2024

Same error here. I simply set a random positive default value for 'run_time' in /manim/animation/composition.py file at line 58 and it works.

截圖 2024-06-09 04 12 32

@NoDeHat269
Copy link
Author

Thank you. it works normally on ubuntu :v This error only occurs in windows

@PaoloReyes
Copy link

Just add run_time=run_time in line 334 of neural_network.py

image

That way you can pass the run time of your forward pass

image

@helblazer811
Copy link
Owner

Thanks for the fix. Sorry I couldn't get to this very promptly. I've been traveling for a conference. I'll look into merging the fix into the main branch and updating pip.

@atakansite
Copy link

Same error here. I simply set a random positive default value for 'run_time' in /manim/animation/composition.py file at line 58 and it works.

截圖 2024-06-09 04 12 32

Thanks for the fix. This error also occurs in Ubuntu 22.04

@rusenbb
Copy link

rusenbb commented Jul 12, 2024

Same error here. I simply set a random positive default value for 'run_time' in /manim/animation/composition.py file at line 58 and it works.

截圖 2024-06-09 04 12 32

same here, solved my problem on MacOS 14.5

@kowyo
Copy link

kowyo commented Dec 30, 2024

Thanks for the fix. Sorry I couldn't get to this very promptly. I've been traveling for a conference. I'll look into merging the fix into the main branch and updating pip.

Nice project. Would you like to share why did you stop maintaining it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants