manim: Problems with setting up the engine
I use the version of manim mentioned in the tutorial in the readme file which is in Python 2.7 and get this:
Traceback (most recent call last):
File "D:\manim-e4d44bf2bfdd1343da75041b215c9675b8018a79\extract_scene.py", line 14, in <module>
from scene.scene import Scene
File "D:\manim-e4d44bf2bfdd1343da75041b215c9675b8018a79\scene\scene.py", line 10, in <module>
from tqdm import tqdm as ProgressDisplay
ImportError: No module named tqdm
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 21 (6 by maintainers)
Commits related to this issue
- Update README.md (#314) add second example Scene generation and suggest use of CLI parameter `--media_dir` rather than environment variable — committed to jamesetouma/manim by csylvain 4 years ago
Python 2.7 is no longer supported as is stated at https://github.com/3b1b/manim#install-requirements. Given that the end of life of Python 2 is not far away (http://pythonclock.org), it has become a popular trend (https://python3statement.org) to drop support for legacy Python.