René's URL Explorer Experiment


Title: [Bug]: Cannot compile Matplotlib 3.7.1 on OS X 10.11 · Issue #25509 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: Cannot compile Matplotlib 3.7.1 on OS X 10.11 · Issue #25509 · matplotlib/matplotlib

X Title: [Bug]: Cannot compile Matplotlib 3.7.1 on OS X 10.11 · Issue #25509 · matplotlib/matplotlib

Description: Bug summary Hi, I'm unable to compile the wheel for Matplotlib 3.7.1 on OS X 10.11. The latest version of Matplotlib that works with OS X 10.11 is 3.5.3 (since it provides pre-built wheels). I'm not sure whether the latest version of Mat...

Open Graph Description: Bug summary Hi, I'm unable to compile the wheel for Matplotlib 3.7.1 on OS X 10.11. The latest version of Matplotlib that works with OS X 10.11 is 3.5.3 (since it provides pre-built wheels). I'm no...

X Description: Bug summary Hi, I'm unable to compile the wheel for Matplotlib 3.7.1 on OS X 10.11. The latest version of Matplotlib that works with OS X 10.11 is 3.5.3 (since it provides pre-built wheels). I&...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/25509

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Cannot compile Matplotlib 3.7.1 on OS X 10.11","articleBody":"### Bug summary\r\n\r\nHi, I'm unable to compile the wheel for Matplotlib 3.7.1 on OS X 10.11.\r\nThe latest version of Matplotlib that works with OS X 10.11 is 3.5.3 (since it provides pre-built wheels).\r\nI'm not sure whether the latest version of Matplotlib support OS X 10.11 still, or are there any work-arounds?\r\n\r\n### Code for reproduction\r\n\r\n```python\r\npip3 install matplotlib\r\n```\r\n\r\n\r\n### Actual outcome\r\n```\r\n...skips a lot of copying...\r\n      copying lib/matplotlib/mpl-data/images/move_large.png -\u003e build/lib.macosx-10.9-universal2-cpython-39/matplotlib/mpl-data/images\r\n      running build_ext\r\n      creating var\r\n      creating var/folders\r\n      creating var/folders/_n\r\n      creating var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn\r\n      creating var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T\r\n      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/tmpiydqbuj3.cpp -o var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/tmpiydqbuj3.o -fvisibility=hidden\r\n      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/tmpa3un9zpv.cpp -o var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/tmpa3un9zpv.o -fvisibility-inlines-hidden\r\n      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/tmpez3g7zr9.cpp -o var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/tmpez3g7zr9.o -flto\r\n      \r\n      FreeType build system -- automatic system detection\r\n      \r\n      The following settings are used:\r\n      \r\n        platform                    unix\r\n        compiler                    gcc\r\n        configuration directory     ./builds/unix\r\n        configuration rules         ./builds/unix/unix.mk\r\n      \r\n      If this does not correspond to your system or settings please remove the file\r\n      `config.mk' from this directory then read the INSTALL file for help.\r\n      \r\n      Otherwise, simply type `/Library/Developer/CommandLineTools/usr/bin/make' again to build the library,\r\n      or `/Library/Developer/CommandLineTools/usr/bin/make refdoc' to build the API reference (this needs python \u003e= 2.6).\r\n      \r\n      Generating modules list in ./objs/ftmodule.h...\r\n      * module: truetype  (Windows/Mac font files with extension *.ttf or *.ttc)\r\n      * module: type1     (Postscript font files with extension *.pfa or *.pfb)\r\n      * module: cff       (OpenType fonts with extension *.otf)\r\n      * module: cid       (Postscript CID-keyed fonts, no known extension)\r\n      * module: pfr       (PFR/TrueDoc font files with extension *.pfr)\r\n      * module: type42    (Type 42 font files with no known extension)\r\n      * module: winfnt    (Windows bitmap fonts with extension *.fnt or *.fon)\r\n      * module: pcf       (pcf bitmap fonts)\r\n      * module: bdf       (bdf bitmap fonts)\r\n      * module: sfnt      (helper module for TrueType \u0026 OpenType formats)\r\n      * module: autofit   (automatic hinting module)\r\n      * module: pshinter  (Postscript hinter module)\r\n      * module: raster    (monochrome bitmap renderer)\r\n      * module: smooth    (anti-aliased bitmap renderer)\r\n      * module: smooth    (anti-aliased bitmap renderer for LCDs)\r\n      * module: smooth    (anti-aliased bitmap renderer for vertical LCDs)\r\n      * module: psaux     (Postscript Type 1 \u0026 Type 2 helper module)\r\n      * module: psnames   (Postscript \u0026 Unicode Glyph name handling)\r\n      done.\r\n      cd builds/unix; \\\r\n                  ./configure  '--with-zlib=no' '--with-bzip2=no' '--with-png=no' '--with-harfbuzz=no' '--enable-static' '--disable-shared' '--host=x86_64-apple-darwin20.6.0'\r\n      checking build system type... x86_64-apple-darwin15.6.0\r\n      checking host system type... x86_64-apple-darwin20.6.0\r\n      checking for x86_64-apple-darwin20.6.0-gcc... gcc\r\n      checking whether the C compiler works... no\r\n      configure: error: in `/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-install-gsgl2hnt/matplotlib_0c58bc77da5d4f6db3f53a8832b3638d/build/freetype-2.6.1/builds/unix':\r\n      configure: error: C compiler cannot create executables\r\n      See `config.log' for more details\r\n      make: *** [setup] Error 77\r\n      Extracting /project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz\r\n      Building freetype in build/freetype-2.6.1\r\n      Traceback (most recent call last):\r\n        File \"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py\", line 353, in \u003cmodule\u003e\r\n          main()\r\n        File \"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py\", line 335, in main\r\n          json_out['return_val'] = hook(**hook_input['kwargs'])\r\n        File \"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py\", line 251, in build_wheel\r\n          return _build_backend().build_wheel(wheel_directory, config_settings,\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/build_meta.py\", line 413, in build_wheel\r\n          return self._build_with_temp_dir(['bdist_wheel'], '.whl',\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/build_meta.py\", line 398, in _build_with_temp_dir\r\n          self.run_setup()\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/build_meta.py\", line 335, in run_setup\r\n          exec(code, locals())\r\n        File \"\u003cstring\u003e\", line 270, in \u003cmodule\u003e\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/__init__.py\", line 108, in setup\r\n          return distutils.core.setup(**attrs)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/core.py\", line 185, in setup\r\n          return run_commands(dist)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/core.py\", line 201, in run_commands\r\n          dist.run_commands()\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py\", line 969, in run_commands\r\n          self.run_command(cmd)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/dist.py\", line 1221, in run_command\r\n          super().run_command(command)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py\", line 988, in run_command\r\n          cmd_obj.run()\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/normal/lib/python3.9/site-packages/wheel/bdist_wheel.py\", line 343, in run\r\n          self.run_command(\"build\")\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/cmd.py\", line 318, in run_command\r\n          self.distribution.run_command(command)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/dist.py\", line 1221, in run_command\r\n          super().run_command(command)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py\", line 988, in run_command\r\n          cmd_obj.run()\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/command/build.py\", line 131, in run\r\n          self.run_command(cmd_name)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/cmd.py\", line 318, in run_command\r\n          self.distribution.run_command(command)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/dist.py\", line 1221, in run_command\r\n          super().run_command(command)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py\", line 988, in run_command\r\n          cmd_obj.run()\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/command/build_ext.py\", line 84, in run\r\n          _build_ext.run(self)\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-build-env-kkb1c5cp/overlay/lib/python3.9/site-packages/setuptools/_distutils/command/build_ext.py\", line 345, in run\r\n          self.build_extensions()\r\n        File \"\u003cstring\u003e\", line 183, in build_extensions\r\n        File \"/private/var/folders/_n/8qwtj23j0tx0bdy7ftvpg63m0000gn/T/pip-install-gsgl2hnt/matplotlib_0c58bc77da5d4f6db3f53a8832b3638d/setupext.py\", line 654, in do_custom_build\r\n          subprocess.check_call(configure, env=env, cwd=src_path)\r\n        File \"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py\", line 373, in check_call\r\n          raise CalledProcessError(retcode, cmd)\r\n      subprocess.CalledProcessError: Command '['./configure', '--with-zlib=no', '--with-bzip2=no', '--with-png=no', '--with-harfbuzz=no', '--enable-static', '--disable-shared', '--host=x86_64-apple-darwin20.6.0']' returned non-zero exit status 2.\r\n      [end of output]\r\n  \r\n  note: This error originates from a subprocess, and is likely not a problem with pip.\r\n  ERROR: Failed building wheel for matplotlib\r\nFailed to build matplotlib\r\nERROR: Could not build wheels for matplotlib, which is required to install pyproject.toml-based projects\r\n```\r\n### Expected outcome\r\n\r\nCompiled successfully\r\n\r\n### Additional information\r\n\r\nNone\r\n\r\n### Operating system\r\n\r\nOS X 10.11\r\n\r\n### Matplotlib Version\r\n\r\n3.7.1\r\n\r\n### Matplotlib Backend\r\n\r\nN/A\r\n\r\n### Python version\r\n\r\n3.9.13\r\n\r\n### Jupyter version\r\n\r\nN/A\r\n\r\n### Installation\r\n\r\npip","author":{"url":"https://github.com/BLKSerene","@type":"Person","name":"BLKSerene"},"datePublished":"2023-03-20T01:34:50.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/25509/matplotlib/issues/25509"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:8895da43-3073-09d8-2177-2545585b473e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9A9A:3E220D:1986037:2531B4C:6A563E51
html-safe-nonce192f379aff83e0432eacb25ecf04f5b9e668d74fce3249b031f46de0929762f3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QTlBOjNFMjIwRDoxOTg2MDM3OjI1MzFCNEM6NkE1NjNFNTEiLCJ2aXNpdG9yX2lkIjoiODg2NzAyNjM0NTkxNTcyNzQ0MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac22fe411e484c137965257120d85146572612174f3f8a382bdcbf05ef400aa16e
hovercard-subject-tagissue:1631228176
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/25509/issue_layout
twitter:imagehttps://opengraph.githubassets.com/fbd5296a69dc5e58b3d2b300f91a7fe04d75d25ff2495cbdacc9a1cfe3cb1fd3/matplotlib/matplotlib/issues/25509
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/fbd5296a69dc5e58b3d2b300f91a7fe04d75d25ff2495cbdacc9a1cfe3cb1fd3/matplotlib/matplotlib/issues/25509
og:image:altBug summary Hi, I'm unable to compile the wheel for Matplotlib 3.7.1 on OS X 10.11. The latest version of Matplotlib that works with OS X 10.11 is 3.5.3 (since it provides pre-built wheels). I'm no...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameBLKSerene
hostnamegithub.com
expected-hostnamegithub.com
None96d96c6ad1e3234907759a5e634942d2ca0aded8a6ec1693a59d0f2c59c0dac9
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
releaseec50befe6b611eee09bfe878347d87b8d5d2443f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/25509#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F25509
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%2F25509
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/25509
Reloadhttps://github.com/matplotlib/matplotlib/issues/25509
Reloadhttps://github.com/matplotlib/matplotlib/issues/25509
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/25509
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/25509
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 409 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
[Bug]: Cannot compile Matplotlib 3.7.1 on OS X 10.11https://github.com/matplotlib/matplotlib/issues/25509#top
https://github.com/BLKSerene
BLKSerenehttps://github.com/BLKSerene
on Mar 20, 2023https://github.com/matplotlib/matplotlib/issues/25509#issue-1631228176
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.