You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.)
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 theModuleNotFoundError: 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!The text was updated successfully, but these errors were encountered: