Python Help (manim)
So I have been wanting to use a Python animation library called manim. To use it (I am on Windows), I used the command: python -m pip install manimlib Then I pretty much installed all other libraries that are required. Then I come to it pycairo. I get an error saying that I need Microsoft Visual C++ 14.0 That's fine. I went and tried to install it but I only got Microsoft Visual C++ 2015-2019 Redistributable version 14.21.27702. I went ahead to install it and went back to command prompt and rerun the command but to no avail. I tried following instructions from StackOverflow and the library owner's instructions from the GitHub but I can't get rid of that annoying error. Installing the wheel did no help either. What do you recommend that I do? Would love to hear from you guys. Thanks!