René's URL Explorer Experiment


Title: Can't install matplotlib with pip for Python 3.8b4 · Issue #15295 · matplotlib/matplotlib · GitHub

Open Graph Title: Can't install matplotlib with pip for Python 3.8b4 · Issue #15295 · matplotlib/matplotlib

X Title: Can't install matplotlib with pip for Python 3.8b4 · Issue #15295 · matplotlib/matplotlib

Description: Bug report Bug summary Pip fails to install matplotlib for Python 3.8b4. Code for reproduction pip install matplotlib OR python -m pip install -U matplotlib Actual outcome ERROR: Command errored out with exit status 1: command: 'c:\users...

Open Graph Description: Bug report Bug summary Pip fails to install matplotlib for Python 3.8b4. Code for reproduction pip install matplotlib OR python -m pip install -U matplotlib Actual outcome ERROR: Command errored ou...

X Description: Bug report Bug summary Pip fails to install matplotlib for Python 3.8b4. Code for reproduction pip install matplotlib OR python -m pip install -U matplotlib Actual outcome ERROR: Command errored ou...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Can't install matplotlib with pip for Python 3.8b4","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\n\r\nPip fails to install matplotlib for Python 3.8b4.\r\n\r\n**Code for reproduction**\r\n\r\n```\r\npip install matplotlib\r\nOR\r\npython -m pip install -U matplotlib\r\n```\r\n\r\n**Actual outcome**\r\n\r\n```\r\n ERROR: Command errored out with exit status 1:\r\n     command: 'c:\\users\\florian\\pycharmprojects\\mcs\\venv\\scripts\\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '\"'\"'C:\\\\Users\\\\Florian\\\\AppData\\\\Local\\\\Temp\\\\pip-install-uogjuha9\\\\matplotlib\\\\setup.py'\"'\"'; __file__='\"'\"'C:\\\\Users\\\\Florian\\\\AppData\\\\Local\\\\Temp\\\\pip-install-uogjuha9\\\\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: C:\\Users\\Florian\\AppData\\Local\\Temp\\pip-install-uogjuha9\\matplotlib\\\r\n    Complete output (101 lines):\r\n    Traceback (most recent call last):\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 154, in save_modules\r\n        yield saved\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 195, in setup_context\r\n        yield\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 248, in run_setup\r\n        with DirectorySandbox(setup_dir):\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 399, in __init__\r\n        self._exceptions = [\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 400, in \u003clistcomp\u003e\r\n        os.path.normcase(os.path.realpath(path))\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\ntpath.py\", line 592, in realpath\r\n        path = _getfinalpathname_nonstrict(path)\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\ntpath.py\", line 566, in _getfinalpathname_nonstrict\r\n        path = _readlink_deep(path, seen)\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\ntpath.py\", line 536, in _readlink_deep\r\n        path = _nt_readlink(path)\r\n    OSError: [WinError 1] Fonction incorrecte: 'nul'\r\n\r\n    During handling of the above exception, another exception occurred:\r\n\r\n    Traceback (most recent call last):\r\n      File \"\u003cstring\u003e\", line 1, in \u003cmodule\u003e\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Temp\\pip-install-uogjuha9\\matplotlib\\setup.py\", line 262, in \u003cmodule\u003e\r\n        setup(\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\__init__.py\", line 144, in setup\r\n        _install_setup_requires(attrs)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\__init__.py\", line 139, in _install_setup_requires\r\n        dist.fetch_build_eggs(dist.setup_requires)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\dist.py\", line 716, in fetch_build_eggs\r\n        resolved_dists = pkg_resources.working_set.resolve(\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\pkg_resources\\__init__.py\", line 780, in resolve\r\n        dist = best[req.key] = env.best_match(\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\pkg_resources\\__init__.py\", line 1065, in best_match\r\n        return self.obtain(req, installer)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\pkg_resources\\__init__.py\", line 1077, in obtain\r\n        return installer(requirement)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\dist.py\", line 786, in fetch_build_egg\r\n        return cmd.easy_install(req)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\command\\easy_install.py\", line 679, in easy_install\r\n        return self.install_item(spec, dist.location, tmpdir, deps)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\command\\easy_install.py\", line 705, in install_item\r\n        dists = self.install_eggs(spec, download, tmpdir)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\command\\easy_install.py\", line 890, in install_eggs\r\n        return self.build_and_install(setup_script, setup_base)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\command\\easy_install.py\", line 1158, in build_and_install\r\n        self.run_setup(setup_script, setup_base, args)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\command\\easy_install.py\", line 1144, in run_setup\r\n        run_setup(setup_script, args)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 253, in run_setup\r\n        raise\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\contextlib.py\", line 131, in __exit__\r\n        self.gen.throw(type, value, traceback)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 195, in setup_context\r\n        yield\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\contextlib.py\", line 131, in __exit__\r\n        self.gen.throw(type, value, traceback)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 166, in save_modules\r\n        saved_exc.resume()\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 141, in resume\r\n        six.reraise(type, exc, self._tb)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\_vendor\\six.py\", line 685, in reraise\r\n        raise value.with_traceback(tb)\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 154, in save_modules\r\n        yield saved\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 195, in setup_context\r\n        yield\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 248, in run_setup\r\n        with DirectorySandbox(setup_dir):\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 399, in __init__\r\n        self._exceptions = [\r\n      File \"c:\\users\\florian\\pycharmprojects\\mcs\\venv\\lib\\site-packages\\setuptools\\sandbox.py\", line 400, in \u003clistcomp\u003e\r\n        os.path.normcase(os.path.realpath(path))\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\ntpath.py\", line 592, in realpath\r\n        path = _getfinalpathname_nonstrict(path)\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\ntpath.py\", line 566, in _getfinalpathname_nonstrict\r\n        path = _readlink_deep(path, seen)\r\n      File \"C:\\Users\\Florian\\AppData\\Local\\Programs\\Python\\Python38\\lib\\ntpath.py\", line 536, in _readlink_deep\r\n        path = _nt_readlink(path)\r\n    OSError: [Errno 22] Fonction incorrecte: 'nul'\r\n    ================================================================================\r\n    Edit setup.cfg to change the build options\r\n\r\n    BUILDING MATPLOTLIB\r\n      matplotlib: yes [3.1.1]\r\n          python: yes [3.8.0b4 (tags/v3.8.0b4:d93605d, Aug 29 2019, 23:21:28) [MSC\r\n                      v.1916 64 bit (AMD64)]]\r\n        platform: yes [win32]\r\n\r\n    OPTIONAL SUBPACKAGES\r\n     sample_data: yes [installing]\r\n           tests: no  [skipping due to configuration]\r\n\r\n    OPTIONAL BACKEND EXTENSIONS\r\n             agg: yes [installing]\r\n           tkagg: yes [installing; run-time loading from Python Tcl/Tk]\r\n          macosx: no  [Mac OS-X only]\r\n\r\n    OPTIONAL PACKAGE DATA\r\n            dlls: no  [skipping due to configuration]\r\n\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\n**Expected outcome**\r\n\r\n`matplotlib was successfully installed`\r\n\r\n**Matplotlib version**\r\n  * Operating system: Windows 10\r\n  * Matplotlib version: Trying to install 3.1.1\r\n  * Matplotlib backend: Not applicable\r\n  * Python version: 3.8b4\r\n  * Jupyter version (if applicable): Not applicable\r\n  * Other libraries: None\r\nI'm on a virtualenv if this matters.","author":{"url":"https://github.com/TheMrZZ","@type":"Person","name":"TheMrZZ"},"datePublished":"2019-09-18T16:00:00.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/15295/matplotlib/issues/15295"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6a1b00c9-eab8-8e9e-8a77-3952be4c28e2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE83C:1C4081:76894E:9E1B2B:6A52A6E7
html-safe-noncea4351e4c11ddb96bdbbf3e4e55aceb180ea530fa285b7be67a01ccd832274169
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODNDOjFDNDA4MTo3Njg5NEU6OUUxQjJCOjZBNTJBNkU3IiwidmlzaXRvcl9pZCI6IjY3NTc2MDQzNzU5NzAwOTY4NzEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac438b71c35d18b2126e9cff96014c29e33857bd978b90f0e201f69f57f7c84ec8
hovercard-subject-tagissue:495317617
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/15295/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f7d93e006c07fba20c044f8abbfb24f529dce7dc2edf0c3cf407178b1feaa631/matplotlib/matplotlib/issues/15295
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f7d93e006c07fba20c044f8abbfb24f529dce7dc2edf0c3cf407178b1feaa631/matplotlib/matplotlib/issues/15295
og:image:altBug report Bug summary Pip fails to install matplotlib for Python 3.8b4. Code for reproduction pip install matplotlib OR python -m pip install -U matplotlib Actual outcome ERROR: Command errored ou...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameTheMrZZ
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/15295#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F15295
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%2F15295
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/15295
Reloadhttps://github.com/matplotlib/matplotlib/issues/15295
Reloadhttps://github.com/matplotlib/matplotlib/issues/15295
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/15295
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/15295
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
Can't install matplotlib with pip for Python 3.8b4https://github.com/matplotlib/matplotlib/issues/15295#top
Buildhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Build%22
v3.1.2https://github.com/matplotlib/matplotlib/milestone/47
https://github.com/TheMrZZ
TheMrZZhttps://github.com/TheMrZZ
on Sep 18, 2019https://github.com/matplotlib/matplotlib/issues/15295#issue-495317617
Buildhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Build%22
v3.1.2https://github.com/matplotlib/matplotlib/milestone/47
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.