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
I cloneed, then pip install requirements.txt and got errors (running on an ubuntu clean container):
clone
pip install requirements.txt
windowing: no [Microsoft Windows only]
OPTIONAL LATEX DEPENDENCIES dvipng: no ghostscript: no latex: no pdftops: no
OPTIONAL PACKAGE DATA
* The following required packages can not be built: * freetype, png
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/matplotlib
The text was updated successfully, but these errors were encountered:
@omerxx Thanks for trying this out. I think matplotlib requires the packages libpng12-dev and libfreetype6-dev (if you're on Ubuntu).
matplotlib
libpng12-dev
libfreetype6-dev
Sorry, something went wrong.
Just for others with the same problem, if you're on a Debian Gnu/Linux libpng12-dev is libpng-dev
libpng-dev
No branches or pull requests
I
clone
ed, thenpip install requirements.txt
and got errors (running on an ubuntu clean container):OPTIONAL LATEX DEPENDENCIES
dvipng: no
ghostscript: no
latex: no
pdftops: no
OPTIONAL PACKAGE DATA
dlls: no [skipping due to configuration]
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/matplotlib
The text was updated successfully, but these errors were encountered: