3b1b / manim

Animation engine for explanatory math videos
MIT License
70.79k stars 6.23k forks source link

ModuleNotFoundError For All Modules #2085

Open shallow-beach opened 11 months ago

shallow-beach commented 11 months ago

Here is a detailed write-up of my issue, accompanying simple files to reproduce the error.

In summary, no matter what module is invoked, manimgl returns: ModuleNotFoundError: No module named 'myModule' where myModule is specified in myModule.py in the same directory as the main file being executed.

I think it may be an issue with my usage of pipenv and pyenv? I am unable to install manimgl without them so I can't isolate those factors.

Environment

OS System: MacOS 14.2 manim version: 1.6.1 python version: 3.8.18