René's URL Explorer Experiment


Title: [Bug]: Unable to install matplotlib (editable mode) in Github Codespace · Issue #29852 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: Unable to install matplotlib (editable mode) in Github Codespace · Issue #29852 · matplotlib/matplotlib

X Title: [Bug]: Unable to install matplotlib (editable mode) in Github Codespace · Issue #29852 · matplotlib/matplotlib

Description: Bug summary Running the instructions to install Matplotlib in editable mode and verify installation while in Github Codespace leads to an error: ImportError: /workspaces/matplotlib/build/cp312/src/_path.cpython-312-x86_[64-linux-gnu.so](...

Open Graph Description: Bug summary Running the instructions to install Matplotlib in editable mode and verify installation while in Github Codespace leads to an error: ImportError: /workspaces/matplotlib/build/cp312/src/...

X Description: Bug summary Running the instructions to install Matplotlib in editable mode and verify installation while in Github Codespace leads to an error: ImportError: /workspaces/matplotlib/build/cp312/src/...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Unable to install matplotlib (editable mode) in Github Codespace","articleBody":"### Bug summary\n\nRunning the [instructions](https://matplotlib.org/devdocs/devel/development_setup.html#install-matplotlib-in-editable-mode) to install Matplotlib in editable mode and verify installation while in Github Codespace leads to an error: \n`ImportError: /workspaces/matplotlib/build/cp312/src/_path.cpython-312-x86_[64-linux-gnu.so](http://64-linux-gnu.so/): undefined symbol: _ZN3agg10curve3_div4initEdddddd`\n\n### Code for reproduction\n\n```Python\npython -m pip install --no-build-isolation --config-settings=editable-verbose=true --editable .\n```\n\n### Actual outcome\n\n```\n(mpl-dev) @thedatacurious ➜ /workspaces/matplotlib (doc-branch) $ pip install --no-build-isolation --config-settings=editable-verbose=true --editable .\nObtaining file:///workspaces/matplotlib\n  Checking if build backend supports build_editable ... done\n  Preparing editable metadata (pyproject.toml) ... done\nRequirement already satisfied: contourpy\u003e=1.0.1 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (1.3.1)\nRequirement already satisfied: cycler\u003e=0.10 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (0.12.1)\nRequirement already satisfied: fonttools\u003e=4.22.0 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (4.55.3)\nRequirement already satisfied: kiwisolver\u003e=1.3.1 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (1.4.7)\nRequirement already satisfied: numpy\u003e=1.23 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (2.2.0)\nRequirement already satisfied: packaging\u003e=20.0 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (24.2)\nRequirement already satisfied: pillow\u003e=9 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (11.0.0)\nRequirement already satisfied: pyparsing\u003e=2.3.1 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (3.2.0)\nRequirement already satisfied: python-dateutil\u003e=2.7 in /home/codespace/.local/lib/python3.12/site-packages (from matplotlib==0.1.0.dev52213+g5d722a9) (2.9.0.post0)\nRequirement already satisfied: six\u003e=1.5 in /home/codespace/.local/lib/python3.12/site-packages (from python-dateutil\u003e=2.7-\u003ematplotlib==0.1.0.dev52213+g5d722a9) (1.17.0)\nBuilding wheels for collected packages: matplotlib\n  Building editable for matplotlib (pyproject.toml) ... done\n  Created wheel for matplotlib: filename=matplotlib-0.1.0.dev52213+g5d722a9-cp312-cp312-linux_x86_64.whl size=10310 sha256=7ac60e5ad72b00ceaf9fc1f3dbc55e5979f22ecff0a418b2e2cc1d718ff878fc\n  Stored in directory: /tmp/pip-ephem-wheel-cache-8w0d3c06/wheels/12/a2/a8/efadc28c14fa1750547f26b6cb4f3e357cd1fa0797dc7e1949\nSuccessfully built matplotlib\nInstalling collected packages: matplotlib\n  Attempting uninstall: matplotlib\n    Found existing installation: matplotlib 0.1.0.dev52212+g8eb6289\n    Uninstalling matplotlib-0.1.0.dev52212+g8eb6289:\n      Successfully uninstalled matplotlib-0.1.0.dev52212+g8eb6289\nERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\nseaborn 0.13.2 requires matplotlib!=3.6.1,\u003e=3.4, but you have matplotlib 0.1.0.dev52213+g5d722a9 which is incompatible.\nSuccessfully installed matplotlib-0.1.0.dev52213+g5d722a9\n(mpl-dev) @thedatacurious ➜ /workspaces/matplotlib (doc-branch) $ python -c \"import matplotlib; print(matplotlib.__file__)\"\nTraceback (most recent call last):\n  File \"\u003cstring\u003e\", line 1, in \u003cmodule\u003e\n  File \"/workspaces/matplotlib/lib/matplotlib/__init__.py\", line 161, in \u003cmodule\u003e\n    from . import _api, _version, cbook, _docstring, rcsetup\n  File \"/workspaces/matplotlib/lib/matplotlib/rcsetup.py\", line 28, in \u003cmodule\u003e\n    from matplotlib.colors import Colormap, is_color_like\n  File \"/workspaces/matplotlib/lib/matplotlib/colors.py\", line 57, in \u003cmodule\u003e\n    from matplotlib import _api, _cm, cbook, scale, _image\n  File \"/workspaces/matplotlib/lib/matplotlib/scale.py\", line 39, in \u003cmodule\u003e\n    from matplotlib.ticker import (\n  File \"/workspaces/matplotlib/lib/matplotlib/ticker.py\", line 144, in \u003cmodule\u003e\n    from matplotlib import transforms as mtransforms\n  File \"/workspaces/matplotlib/lib/matplotlib/transforms.py\", line 49, in \u003cmodule\u003e\n    from matplotlib._path import affine_transform, count_bboxes_overlapping_bbox\nImportError: /workspaces/matplotlib/build/cp312/src/_path.cpython-312-x86_64-linux-gnu.so: undefined symbol: _ZN3agg10curve3_div4initEdddddd\n```\n\n### Expected outcome\n\n`python -c \"import matplotlib; print(matplotlib.__file__)\" ` \nshould return : \n`\u003cmatplotlib_local_repo\u003e\\lib\\matplotlib\\__init__.py`\n\n### Additional information\n\n@story645 is able to replicate the issue\n\n### Operating system\n\n_No response_\n\n### Matplotlib Version\n\nUnable to get version, running the prompt returns the same Import Error message\n\n### Matplotlib Backend\n\n_No response_\n\n### Python version\n\n_No response_\n\n### Jupyter version\n\n_No response_\n\n### Installation\n\npip","author":{"url":"https://github.com/thedatacurious","@type":"Person","name":"thedatacurious"},"datePublished":"2025-04-01T18:23:59.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/29852/matplotlib/issues/29852"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:17aeb0ee-c446-8222-34cf-2af1c2e3ac75
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA6F8:349CCC:12E3F15:19C45E5:6A5216DF
html-safe-noncedd5d3ec95462a89c1a553d4b6dd56025b13399af9797396cb6a385c5f715eb7d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNkY4OjM0OUNDQzoxMkUzRjE1OjE5QzQ1RTU6NkE1MjE2REYiLCJ2aXNpdG9yX2lkIjoiOTIwNjcyMzg2MDYzNTk4MTUzNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac76bf197a280ad64b4cad98294169516d49fed12ad0e8571bd26cf66b3ba632c2
hovercard-subject-tagissue:2964249622
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/29852/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0b57829dd83292011023096c73fe991e90e6611dfa14982be5fc6c5ff6a115c0/matplotlib/matplotlib/issues/29852
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0b57829dd83292011023096c73fe991e90e6611dfa14982be5fc6c5ff6a115c0/matplotlib/matplotlib/issues/29852
og:image:altBug summary Running the instructions to install Matplotlib in editable mode and verify installation while in Github Codespace leads to an error: ImportError: /workspaces/matplotlib/build/cp312/src/...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamethedatacurious
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-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/29852#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F29852
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%2F29852
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/29852
Reloadhttps://github.com/matplotlib/matplotlib/issues/29852
Reloadhttps://github.com/matplotlib/matplotlib/issues/29852
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29852
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29852
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]: Unable to install matplotlib (editable mode) in Github Codespacehttps://github.com/matplotlib/matplotlib/issues/29852#top
Buildhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Build%22
status: confirmed bughttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20confirmed%20bug%22
https://github.com/thedatacurious
thedatacurioushttps://github.com/thedatacurious
on Apr 1, 2025https://github.com/matplotlib/matplotlib/issues/29852#issue-2964249622
instructionshttps://matplotlib.org/devdocs/devel/development_setup.html#install-matplotlib-in-editable-mode
@story645https://github.com/story645
Buildhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Build%22
status: confirmed bughttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20confirmed%20bug%22
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.