3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos
5.79k stars 1.55k forks source link

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

Open kowen917 opened 2 years ago

kowen917 commented 2 years ago

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 commented 2 years ago

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