Not able to run manimgl
Closed this issue · 2 comments
Gsparsh22 commented
Describe the error
manimgl not runnig
Error:
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\spars\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\manimgl.exe_main.py", line 4, in
File "C:\Windows\System32\manim\manimlib_init.py", line 1, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Environment
Windows 11:
python 3.12.0:
sundebug commented
please install setuptools package
pip install setuptools
Gsparsh22 commented
Thanks