I did pip install manim
and got an error:
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
Then I tried !pip install manimce
and got an exception:
Exception: You have installed Manim from `manimce` PyPI package which is deprecated and no longer updated. Please uninstall `manimce` and install Manim from `manim` PyPI package.
Plz help...