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

ModuleNotFoundError: No module named 'manimlib.scene.interactive_scene' #48

Open
kowen917 opened this issue May 13, 2022 · 1 comment
Open

Comments

@kowen917
Copy link

I'm on mac os Monterey, and i'm trying to run this code, I've looked through the other issues and tried all the solutions that apply to my OS. However, none of them have worked for me. I have manimgl, I've imported sys and added sys.path.append(".")/("..").
Whenever I run "python3 scenes.py InitialDemo" it gives me the ModuleNotFoundError: No module named 'manimlib.scene.interactive_scene' error. I would really like to run this code, and any help would be greatly appreciated. Thank you!

@deamwork
Copy link

The latest release of 3b1b/manim was not contain with manimlib.sence.interactive_scene.

Follow this way for git install:

Also, some of the 3b1b's scene uses features that require python 3.9 or higher. Make sure that your python version is up-to-date (uses venv, pyenv, etc.)

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

2 participants