Title: Pip install can't find freetype and png despite them being installed · Issue #15155 · matplotlib/matplotlib · GitHub
Open Graph Title: Pip install can't find freetype and png despite them being installed · Issue #15155 · matplotlib/matplotlib
X Title: Pip install can't find freetype and png despite them being installed · Issue #15155 · matplotlib/matplotlib
Description: I have a virtual environment on a new device for Python2.7. I want to install matplotlib, but it is throwing me the following error: (venv2.7) osm:~$ pip install matplotlib DEPRECATION: Python 2.7 will reach the end of its life on Januar...
Open Graph Description: I have a virtual environment on a new device for Python2.7. I want to install matplotlib, but it is throwing me the following error: (venv2.7) osm:~$ pip install matplotlib DEPRECATION: Python 2.7 ...
X Description: I have a virtual environment on a new device for Python2.7. I want to install matplotlib, but it is throwing me the following error: (venv2.7) osm:~$ pip install matplotlib DEPRECATION: Python 2.7 ...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/15155
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Pip install can't find freetype and png despite them being installed","articleBody":"I have a virtual environment on a new device for Python2.7. I want to install matplotlib, but it is throwing me the following error:\r\n\r\n```\r\n(venv2.7) osm:~$ pip install matplotlib \r\nDEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support\r\nCollecting matplotlib\r\n Using cached https://files.pythonhosted.org/packages/1e/20/2032ad99f0dfe0f60970941af36e8d0942d3713f442bb3df37ac35d67358/matplotlib-2.2.4.tar.gz\r\n ERROR: Command errored out with exit status 1:\r\n command: /home/osm/venv2.7/bin/python2.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-v0wvdH/matplotlib/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-v0wvdH/matplotlib/setup.py'\"'\"';f=getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__);code=f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base pip-egg-info\r\n cwd: /tmp/pip-install-v0wvdH/matplotlib/\r\n Complete output (62 lines):\r\n ============================================================================\r\n Edit setup.cfg to change the build options\r\n \r\n BUILDING MATPLOTLIB\r\n matplotlib: yes [2.2.4]\r\n python: yes [2.7.15+ (default, Nov 27 2018, 23:36:35) [GCC\r\n 7.3.0]]\r\n platform: yes [linux2]\r\n \r\n REQUIRED DEPENDENCIES AND EXTENSIONS\r\n numpy: yes [version 1.16.5]\r\n install_requires: yes [handled by setuptools]\r\n libagg: yes [pkg-config information for 'libagg' could not\r\n be found. Using local copy.]\r\n-----\u003e freetype: no [The C/C++ header for freetype2 (ft2build.h)\r\n could not be found. You may need to install the\r\n development package.]\r\n-----\u003e png: no [The C/C++ header for libpng (png.h) could not\r\n be found. You may need to install the development\r\n package.]\r\n qhull: yes [pkg-config information for 'libqhull' could not\r\n be found. Using local copy.]\r\n \r\n OPTIONAL SUBPACKAGES\r\n sample_data: yes [installing]\r\n toolkits: yes [installing]\r\n tests: no [skipping due to configuration]\r\n toolkits_tests: no [skipping due to configuration]\r\n \r\n OPTIONAL BACKEND EXTENSIONS\r\n macosx: no [Mac OS-X only]\r\n qt5agg: no [PySide2 not found; PyQt5 not found]\r\n qt4agg: no [PySide not found; PyQt4 not found]\r\n gtk3agg: no [Requires pygobject to be installed.]\r\n gtk3cairo: no [Requires cairocffi or pycairo to be installed.]\r\n gtkagg: no [Requires pygtk]\r\n tkagg: yes [installing; run-time loading from Python Tcl /\r\n Tk]\r\n wxagg: no [requires wxPython]\r\n gtk: no [Requires pygtk]\r\n agg: yes [installing]\r\n cairo: no [cairocffi or pycairo not found]\r\n windowing: no [Microsoft Windows only]\r\n \r\n OPTIONAL LATEX DEPENDENCIES\r\n dvipng: no\r\n ghostscript: yes [version 9.26]\r\n latex: no\r\n pdftops: yes [version 0.62.0]\r\n \r\n OPTIONAL PACKAGE DATA\r\n dlls: no [skipping due to configuration]\r\n \r\n ============================================================================\r\n * The following required packages can not be built:\r\n * freetype, png\r\n * Try installing freetype with `apt-get install\r\n * libfreetype6-dev` and pkg-config with `apt-get\r\n * install pkg-config`\r\n * Try installing png with `apt-get install\r\n * libpng12-dev` and pkg-config with `apt-get install\r\n * pkg-config`\r\n ----------------------------------------\r\nERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\r\n```\r\n\r\nHowever, considering the `png.h` file, I know that the header file is in my path, as \r\n\r\n```\r\n(venv2.7) osm:~$ echo $CPATH\r\n/home/osm/.local/include:\r\n(venv2.7) osm:~$ echo $C_INCLUDE_PATH\r\n/home/osm/.local/include:\r\n```\r\nand\r\n```\r\n(venv2.7) osm:~$ tree /home/osm/.local/include/ -L 1\r\n/home/osm/.local/include/\r\n├── freetype2\r\n├── gsl\r\n├── libpng16\r\n├── ncurses\r\n├── pngconf.h -\u003e libpng16/pngconf.h\r\n├── png.h -\u003e libpng16/png.h\r\n└── pnglibconf.h -\u003e libpng16/pnglibconf.h\r\n```\r\n\r\nI have just done local installs from source for both freetype and png and so I have no idea why it can't find the headers for these. \r\n\r\n\u003e I know this problem is similar to \r\n\u003e https://github.com/matplotlib/matplotlib/issues/12169/","author":{"url":"https://github.com/oliversheridanmethven","@type":"Person","name":"oliversheridanmethven"},"datePublished":"2019-08-29T13:35:04.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/15155/matplotlib/issues/15155"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f1217951-1db8-d195-fb68-8b98b30ea4e9 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A642:26C4F1:8EE4:B8EC:6A52BAAA |
| html-safe-nonce | 7dc81f0c2d79626ec5e1581ee754f362a6227b4308dfe0c3418220957503ba47 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjQyOjI2QzRGMTo4RUU0OkI4RUM6NkE1MkJBQUEiLCJ2aXNpdG9yX2lkIjoiNjEwMzEyNzI5OTM3NjQ2MjUwNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 4599873698c9f5b077389795f1deb80ce706cfbaeb2557b5a14174647ca45fac |
| hovercard-subject-tag | issue:486962585 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/15155/issue_layout |
| twitter:image | https://opengraph.githubassets.com/95369b00b65a64a95a3ae043b445a7673c33df6eb40aca9ff31f14b48d63e0fd/matplotlib/matplotlib/issues/15155 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/95369b00b65a64a95a3ae043b445a7673c33df6eb40aca9ff31f14b48d63e0fd/matplotlib/matplotlib/issues/15155 |
| og:image:alt | I have a virtual environment on a new device for Python2.7. I want to install matplotlib, but it is throwing me the following error: (venv2.7) osm:~$ pip install matplotlib DEPRECATION: Python 2.7 ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | oliversheridanmethven |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width