René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f1217951-1db8-d195-fb68-8b98b30ea4e9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA642:26C4F1:8EE4:B8EC:6A52BAAA
html-safe-nonce7dc81f0c2d79626ec5e1581ee754f362a6227b4308dfe0c3418220957503ba47
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjQyOjI2QzRGMTo4RUU0OkI4RUM6NkE1MkJBQUEiLCJ2aXNpdG9yX2lkIjoiNjEwMzEyNzI5OTM3NjQ2MjUwNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac4599873698c9f5b077389795f1deb80ce706cfbaeb2557b5a14174647ca45fac
hovercard-subject-tagissue:486962585
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/15155/issue_layout
twitter:imagehttps://opengraph.githubassets.com/95369b00b65a64a95a3ae043b445a7673c33df6eb40aca9ff31f14b48d63e0fd/matplotlib/matplotlib/issues/15155
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/95369b00b65a64a95a3ae043b445a7673c33df6eb40aca9ff31f14b48d63e0fd/matplotlib/matplotlib/issues/15155
og:image:altI 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameoliversheridanmethven
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/15155#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F15155
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F15155
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/15155
Reloadhttps://github.com/matplotlib/matplotlib/issues/15155
Reloadhttps://github.com/matplotlib/matplotlib/issues/15155
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/15155
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/15155
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 408 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Pip install can't find freetype and png despite them being installedhttps://github.com/matplotlib/matplotlib/issues/15155#top
Buildhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Build%22
v2.2.5https://github.com/matplotlib/matplotlib/milestone/44
https://github.com/oliversheridanmethven
oliversheridanmethvenhttps://github.com/oliversheridanmethven
on Aug 29, 2019https://github.com/matplotlib/matplotlib/issues/15155#issue-486962585
#12169https://github.com/matplotlib/matplotlib/issues/12169
Buildhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Build%22
v2.2.5https://github.com/matplotlib/matplotlib/milestone/44
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.