We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I followed the installation instructions but failed to pip install manim. Some header files where missing even though I installed python3-dev.
python3-dev
It turns out, that it might be necessary to specifically install it for your python version.
This probably occurred, because I have several python versions installed.
So for me, installing python3.12-dev did the trick.
python3.12-dev
It might be good to mention this in the docs...
/tmp/pip-install-cceed8ly/manimpango_6dbecf73f2be40eab291ac24b3aeea55/manimpango/cmanimpango.c:83:10: fatal error: Python.h: No such file or directory 83 | #include "Python.h" | ^~~~~~~~~~ compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output]
PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
python/py/python3 --version
pip list
PASTE HERE
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Preliminaries
installation instructions.
or the solution given there does not help.
Description of error
Hi!
I followed the installation instructions but failed to pip install manim.
Some header files where missing even though I installed
python3-dev
.It turns out, that it might be necessary to specifically install it for your python version.
This probably occurred, because I have several python versions installed.
So for me, installing
python3.12-dev
did the trick.It might be good to mention this in the docs...
Installation logs
Terminal output
System specifications
System Details
python/py/python3 --version
): 3.12pip list
):LaTeX details
Additional comments
The text was updated successfully, but these errors were encountered: