ModuleNotFoundError: No module named 'manimlib.scene.interactive_scene'
- Dominant language
- Python
- Stars
- 11.2k
- Forks
- 2.1k
- Avg merge
- 5h 49m
- Merged PRs (30d)
- 3
Description
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!
Contributor guide
No contributing guide indexed for this repository
Research direction
The error suggests a missing module in the manimlib package. First, check the manimlib installation and verify the directory structure for 'scene/interactive_scene'. Look at the scenes.py file to understand the import path. Ensure the correct version of manimgl is installed and that the Python path is correctly set. Running a simple import test in a Python shell can help isolate the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100