René's URL Explorer Experiment


Title: [Bug]: Documentation not so clear that a C/C++-compiler is required to install from source · Issue #24359 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: Documentation not so clear that a C/C++-compiler is required to install from source · Issue #24359 · matplotlib/matplotlib

X Title: [Bug]: Documentation not so clear that a C/C++-compiler is required to install from source · Issue #24359 · matplotlib/matplotlib

Description: Bug summary i am building documentation but there's an error occured here. Code for reproduction follow the documentation https://matplotlib.org/stable/devel/development_setup.html#installing-for-devs Actual outcome note: This error orig...

Open Graph Description: Bug summary i am building documentation but there's an error occured here. Code for reproduction follow the documentation https://matplotlib.org/stable/devel/development_setup.html#installing-for-d...

X Description: Bug summary i am building documentation but there's an error occured here. Code for reproduction follow the documentation https://matplotlib.org/stable/devel/development_setup.html#installing-f...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Documentation not so clear that a C/C++-compiler is required to install from source","articleBody":"### Bug summary\r\n\r\ni am building documentation but there's an error occured [here](https://matplotlib.org/stable/devel/development_setup.html#install-matplotlib-in-editable-mode). \r\n\r\n\r\n\r\n### Code for reproduction\r\n\r\n```python\r\nfollow the documentation\r\nhttps://matplotlib.org/stable/devel/development_setup.html#installing-for-devs\r\n```\r\n\r\n\r\n### Actual outcome\r\n\r\nnote: This error originates from a subprocess, and is likely not a problem with pip.\r\n  ERROR: Failed building editable 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\nit should be succesfully build.\r\n\r\n### Additional information\r\n\r\nhere is the log:\r\n    Traceback (most recent call last):\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\command\\editable_wheel.py\", line 140, in run\r\n      self._create_wheel_file(bdist_wheel)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\command\\editable_wheel.py\", line 330, in _create_wheel_file\r\n      files, mapping = self._run_build_commands(dist_name, unpacked, lib, tmp)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\command\\editable_wheel.py\", line 261, in _run_build_commands\r\n      self._run_build_subcommands()\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\command\\editable_wheel.py\", line 288, in _run_build_subcommands\r\n      self.run_command(name)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\_distutils\\cmd.py\", line 319, in run_command\r\n      self.distribution.run_command(command)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\dist.py\", line 1217, in run_command\r\n      super().run_command(command)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\_distutils\\dist.py\", line 987, in run_command\r\n      cmd_obj.run()\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\command\\build_ext.py\", line 84, in run\r\n      _build_ext.run(self)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\_distutils\\command\\build_ext.py\", line 346, in run\r\n      self.build_extensions()\r\n    File \"\u003cstring\u003e\", line 183, in build_extensions\r\n    File \"E:\\LECTURES\\Documentation\\Python\\matplotlib\\setupext.py\", line 699, in do_custom_build\r\n      cc.initialize()\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\_distutils\\_msvccompiler.py\", line 253, in initialize\r\n      vc_env = _get_vc_env(plat_spec)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\msvc.py\", line 214, in msvc14_get_vc_env\r\n      return _msvc14_get_vc_env(plat_spec)\r\n    File \"C:\\Users\\HaLF-MenTaL\\AppData\\Local\\Temp\\pip-build-env-mlkau0ej\\overlay\\Lib\\site-packages\\setuptools\\msvc.py\", line 168, in _msvc14_get_vc_env\r\n      raise distutils.errors.DistutilsPlatformError(\r\n  distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with \"Microsoft C++ Build Tools\": https://visualstudio.microsoft.com/visual-cpp-build-tools/\r\n  Building freetype in build\\freetype-2.6.1\r\n  error: Support for editable installs via PEP 660 was recently introduced\r\n  in `setuptools`. If you are seeing this error, please report to:\r\n\r\n  https://github.com/pypa/setuptools/issues\r\n\r\n  Meanwhile you can try the legacy behavior by setting an\r\n  environment variable and trying to install again:\r\n\r\n  SETUPTOOLS_ENABLE_FEATURES=\"legacy-editable\"\r\n  error: subprocess-exited-with-error\r\n\r\n  × Building editable for matplotlib (pyproject.toml) did not run successfully.\r\n  │ exit code: 1\r\n  ╰─\u003e See above for output.\r\n\r\n  note: This error originates from a subprocess, and is likely not a problem with pip.\r\n  full command: 'E:\\LECTURES\\Documentation\\Python\\virtEnv\\Scripts\\python.exe' 'E:\\LECTURES\\Documentation\\Python\\virtEnv\\lib\\site-packages\\pip\\_vendor\\pep517\\in_process\\_in_process.py' build_editable 'C:\\Users\\HALF-M~1\\AppData\\Local\\Temp\\tmp576u6u2s'\r\n  cwd: E:\\LECTURES\\Documentation\\Python\\matplotlib\r\n  Building editable for matplotlib (pyproject.toml) ... error\r\n  ERROR: Failed building editable 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### Operating system\r\n\r\nWindows 10 Pro Version\t22H2\r\n\r\n### Matplotlib Version\r\n\r\nmatplotlib 3.6.2\r\n\r\n### Matplotlib Backend\r\n\r\n_No response_\r\n\r\n### Python version\r\n\r\n3.10.8\r\n\r\n### Jupyter version\r\n\r\n_No response_\r\n\r\n### Installation\r\n\r\ngit checkout","author":{"url":"https://github.com/a-sajjad72","@type":"Person","name":"a-sajjad72"},"datePublished":"2022-11-04T06:22:27.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/24359/matplotlib/issues/24359"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3a4399c3-bcc6-45a4-48f3-d829cde0a323
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id89C0:2D422D:F41E5F:14882DC:6A520386
html-safe-nonce8247d99585255cc84121ef6dd3b8e438efc17535945b8ce6e43ce457e47ea2d4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4OUMwOjJENDIyRDpGNDFFNUY6MTQ4ODJEQzo2QTUyMDM4NiIsInZpc2l0b3JfaWQiOiIzOTAwOTQ2NDU2ODgyODQwNDU0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaced315a8d3ac8ea8be966964e6a5142c1fd0375b14c48d95ca6c81d8fd0776c59
hovercard-subject-tagissue:1435618735
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/24359/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6dfa91a72380ed108ebd285662f153157857415f6e015076af028d4f27fb375c/matplotlib/matplotlib/issues/24359
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6dfa91a72380ed108ebd285662f153157857415f6e015076af028d4f27fb375c/matplotlib/matplotlib/issues/24359
og:image:altBug summary i am building documentation but there's an error occured here. Code for reproduction follow the documentation https://matplotlib.org/stable/devel/development_setup.html#installing-for-d...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamea-sajjad72
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
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/24359#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F24359
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%2F24359
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/24359
Reloadhttps://github.com/matplotlib/matplotlib/issues/24359
Reloadhttps://github.com/matplotlib/matplotlib/issues/24359
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/24359
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/24359
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]: Documentation not so clear that a C/C++-compiler is required to install from sourcehttps://github.com/matplotlib/matplotlib/issues/24359#top
Documentationhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Documentation%22
OS: Microsofthttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22OS%3A%20Microsoft%22
v3.6.3https://github.com/matplotlib/matplotlib/milestone/76
https://github.com/a-sajjad72
a-sajjad72https://github.com/a-sajjad72
on Nov 4, 2022https://github.com/matplotlib/matplotlib/issues/24359#issue-1435618735
herehttps://matplotlib.org/stable/devel/development_setup.html#install-matplotlib-in-editable-mode
https://visualstudio.microsoft.com/visual-cpp-build-tools/https://visualstudio.microsoft.com/visual-cpp-build-tools/
https://github.com/pypa/setuptools/issueshttps://github.com/pypa/setuptools/issues
Documentationhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Documentation%22
OS: Microsofthttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22OS%3A%20Microsoft%22
v3.6.3https://github.com/matplotlib/matplotlib/milestone/76
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.