videos icon indicating copy to clipboard operation
videos copied to clipboard

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

Open kowen917 opened this issue 2 years ago • 1 comments

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!

kowen917 avatar May 13 '22 17:05 kowen917

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

Follow this way for git install:

  • Windows: https://github.com/3b1b/manim#directly-windows
  • MacOS: https://github.com/3b1b/manim#mac-osx

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.)

deamwork avatar Jun 27 '22 08:06 deamwork