René's URL Explorer Experiment


Title: `pip` is failing to run on Windows 11 25H2. · Issue #8281 · RustPython/RustPython · GitHub

Open Graph Title: `pip` is failing to run on Windows 11 25H2. · Issue #8281 · RustPython/RustPython

X Title: `pip` is failing to run on Windows 11 25H2. · Issue #8281 · RustPython/RustPython

Description: Rustpython's pip is failing to run on Windows 11 25H2. Error: C:\Windows\System32>pip install pillow WARNING: There was an error checking the latest version of pip. ERROR: Exception: Traceback (most recent call last): File "C:\Users\Viní...

Open Graph Description: Rustpython's pip is failing to run on Windows 11 25H2. Error: C:\Windows\System32>pip install pillow WARNING: There was an error checking the latest version of pip. ERROR: Exception: Traceback (mos...

X Description: Rustpython's pip is failing to run on Windows 11 25H2. Error: C:\Windows\System32>pip install pillow WARNING: There was an error checking the latest version of pip. ERROR: Exception: Traceba...

Opengraph URL: https://github.com/RustPython/RustPython/issues/8281

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`pip` is failing to run on Windows 11 25H2.","articleBody":"Rustpython's `pip` is failing to run on Windows 11 25H2.\n\nError:\n```yaml\nC:\\Windows\\System32\u003epip install pillow\nWARNING: There was an error checking the latest version of pip.\nERROR: Exception:\nTraceback (most recent call last):\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\truststore\\_windows.py\", line 340, in _verify_peercerts_impl\n    CertAddEncodedCertificateToStore(\n    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        hIntermediateCertStore,\n        ^^^^^^^^^^^^^^^^^^^^^^^\n    ...\u003c4 lines\u003e...\n        None,\n        ^^^^^\n    )\n    ^\nTypeError: wrong type\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\cli\\base_command.py\", line 109, in _run_wrapper\n    status = _inner_run()\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\cli\\base_command.py\", line 102, in _inner_run\n    return self.run(options, args)\n           ~~~~~~~~^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\cli\\req_command.py\", line 101, in wrapper\n    return func(self, options, args)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\commands\\install.py\", line 479, in run\n    requirement_set = resolver.resolve(\n        reqs, check_supported_wheels=not options.target_dir\n    )\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\resolution\\resolvelib\\resolver.py\", line 99, in resolve\n    result = self._result = resolver.resolve(\n                            ~~~~~~~~~~~~~~~~^\n        collected.requirements, max_rounds=limit_how_complex_resolution_can_be\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    )\n    ^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\resolvelib\\resolvers\\resolution.py\", line 601, in resolve\n    state = resolution.resolve(requirements, max_rounds=max_rounds)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\resolvelib\\resolvers\\resolution.py\", line 434, in resolve\n    self._add_to_criteria(self.state.criteria, r, parent=None)\n    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\resolvelib\\resolvers\\resolution.py\", line 150, in _add_to_criteria\n    if not criterion.candidates:\n           ^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\resolvelib\\structs.py\", line 194, in __bool__\n    return bool(self._sequence)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\resolution\\resolvelib\\found_candidates.py\", line 165, in __bool__\n    self._bool = any(self)\n                 ~~~^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\resolution\\resolvelib\\found_candidates.py\", line 149, in \u003cgenexpr\u003e\n    return (c for c in iterator if id(c) not in self._incompatible_ids)\n                       ^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\resolution\\resolvelib\\found_candidates.py\", line 35, in _iter_built\n    for version, func in infos:\n                         ^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\resolution\\resolvelib\\factory.py\", line 346, in iter_index_candidate_infos\n    result = self._finder.find_best_candidate(\n        project_name=name,\n        specifier=specifier,\n        hashes=hashes,\n    )\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\index\\package_finder.py\", line 959, in find_best_candidate\n    candidates = self.find_all_candidates(project_name)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\index\\package_finder.py\", line 896, in find_all_candidates\n    page_candidates = list(page_candidates_it)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\index\\sources.py\", line 196, in page_candidates\n    yield from self._candidates_from_page(self._link)\n               ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\index\\package_finder.py\", line 854, in process_project_url\n    index_response = self._link_collector.fetch_response(project_url)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\index\\collector.py\", line 442, in fetch_response\n    return _get_index_content(location, session=self.session)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\index\\collector.py\", line 346, in _get_index_content\n    resp = _get_simple_response(url, session=session)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\index\\collector.py\", line 126, in _get_simple_response\n    resp = session.get(\n        url,\n    ...\u003c22 lines\u003e...\n        },\n    )\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\requests\\sessions.py\", line 605, in get\n    return self.request(\"GET\", url, **kwargs)\n           ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_internal\\network\\session.py\", line 537, in request\n    return super().request(method, url, *args, **kwargs)\n           ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\requests\\sessions.py\", line 592, in request\n    resp = self.send(prep, **send_kwargs)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\requests\\sessions.py\", line 706, in send\n    r = adapter.send(request, **kwargs)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\cachecontrol\\adapter.py\", line 76, in send\n    resp = super().send(request, stream, timeout, verify, cert, proxies)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\requests\\adapters.py\", line 645, in send\n    resp = conn.urlopen(\n        method=request.method,\n    ...\u003c9 lines\u003e...\n        chunked=chunked,\n    )\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\urllib3\\connectionpool.py\", line 787, in urlopen\n    response = self._make_request(\n        conn,\n    ...\u003c10 lines\u003e...\n        **response_kw,\n    )\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\urllib3\\connectionpool.py\", line 464, in _make_request\n    self._validate_conn(conn)\n    ~~~~~~~~~~~~~~~~~~~^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\urllib3\\connectionpool.py\", line 1093, in _validate_conn\n    conn.connect()\n    ~~~~~~~~~~~~^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\urllib3\\connection.py\", line 796, in connect\n    sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n        sock=sock,\n    ...\u003c14 lines\u003e...\n        assert_fingerprint=self.assert_fingerprint,\n    )\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\urllib3\\connection.py\", line 975, in _ssl_wrap_socket_and_match_hostname\n    ssl_sock = ssl_wrap_socket(\n        sock=sock,\n    ...\u003c8 lines\u003e...\n        tls_in_tls=tls_in_tls,\n    )\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\urllib3\\util\\ssl_.py\", line 483, in ssl_wrap_socket\n    ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\urllib3\\util\\ssl_.py\", line 527, in _ssl_wrap_socket_impl\n    return ssl_context.wrap_socket(sock, server_hostname=server_hostname)\n           ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\truststore\\_api.py\", line 130, in wrap_socket\n    _verify_peercerts(ssl_sock, server_hostname=server_hostname)\n    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\truststore\\_api.py\", line 339, in _verify_peercerts\n    _verify_peercerts_impl(\n    ~~~~~~~~~~~~~~~~~~~~~~^\n        sock_or_sslobj.context, cert_bytes, server_hostname=server_hostname\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    )\n    ^\n  File \"C:\\Users\\Vinícius\\.cargo\\bin\\Lib\\site-packages\\pip\\_vendor\\truststore\\_windows.py\", line 410, in _verify_peercerts_impl\n    CertCloseStore(hIntermediateCertStore, 0)\n    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTypeError: wrong type\n```\n\nSysteminfo:\n```yaml\nHost Name:                                LAPTOP-SAMSUNG\nOS Name:                                  Microsoft Windows 11 Pro\nOS Version:                               10.0.26200 N/A Build 26200\nOS Manufacturer:                          Microsoft Corporation\nOS Configuration:                         Standalone Workstation\nOS Build Type:                            Multiprocessor Free\nRegistered Owner:                         Vinícius\nRegistered Organization:                  N/A\nProduct ID:                               00330-80000-00000-AA411\nOriginal Install Date:                    4/7/2026, 9:23:11 PM\nSystem Boot Time:                         7/13/2026, 12:38:16 PM\nSystem Manufacturer:                      SAMSUNG ELECTRONICS CO., LTD.\nSystem Model:                             550XDA\nSystem Type:                              x64-based PC\nProcessor(s):                             1 Processor(s) Installed.\n                                          [01]: Intel64 Family 6 Model 140 Stepping 1 GenuineIntel ~1805 Mhz\nBIOS Version:                             American Megatrends International, LLC. P23CFB.053.241029.HQ, 10/29/2024\nWindows Directory:                        C:\\WINDOWS\nSystem Directory:                         C:\\WINDOWS\\system32\nBoot Device:                              \\Device\\HarddiskVolume1\nSystem Locale:                            pt-br;Portuguese (Brazil)\nInput Locale:                             pt-br;Portuguese (Brazil)\nTime Zone:                                (UTC-03:00) Brasilia\nTotal Physical Memory:                    3,820 MB\nAvailable Physical Memory:                418 MB\nVirtual Memory: Max Size:                 10,220 MB\nVirtual Memory: Available:                4,506 MB\nVirtual Memory: In Use:                   5,714 MB\nPage File Location(s):                    C:\\pagefile.sys\nDomain:                                   WORKGROUP\nLogon Server:                             \\\\LAPTOP-SAMSUNG\nHotfix(s):                                5 Hotfix(s) Installed.\n                                          [01]: KB5087051\n                                          [02]: KB5054156\n                                          [03]: KB5094126\n                                          [04]: KB5083532\n                                          [05]: KB5094135\nNetwork Card(s):                          3 NIC(s) Installed.\n                                          [01]: Intel(R) Wireless-AC 9462\n                                                Connection Name: Wi-Fi\n                                                DHCP Enabled:    Yes\n                                                DHCP Server:     192.168.0.1\n                                                IP address(es)\n                                                [01]: 192.168.0.38\n                                                [02]: fe80::c675:abff:fe69:a0b9\n                                                [03]: 2804:2f30:fc02:da00:c675:abff:fe69:a0b9\n                                          [02]: Realtek PCIe GbE Family Controller\n                                                Connection Name: Ethernet\n                                                Status:          Media disconnected\n                                          [03]: VirtualBox Host-Only Ethernet Adapter\n                                                Connection Name: Ethernet 2\n                                                DHCP Enabled:    No\n                                                IP address(es)\n                                                [01]: 192.168.56.1\n                                                [02]: fe80::800:27ff:fe00:3c\nVirtualization-based security:        Status: Running\n                                          Required Security Properties:\n                                                DMA Protection\n                                          Available Security Properties:\n                                                Base Virtualization Support\n                                                Secure Boot\n                                                DMA Protection\n                                                Secure Memory Overwrite\n                                                UEFI Code Read-Only\n                                                SMM Security Mitigations 1.0\n                                                Mode Based Execution Control\n                                                APIC Virtualization\n                                          Services Configured:\n                                          Services Running:\n                                          App Control for Business policy: Enforced\n                                          App Control for Business user mode policy: Enforced\n                                          Enabled Security Features:\nHyper-V Requirements:                     A hypervisor has been detected. Features required for Hyper-V will not be displayed.\n```","author":{"url":"https://github.com/CVFA1","@type":"Person","name":"CVFA1"},"datePublished":"2026-07-13T18:44:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/8281/RustPython/issues/8281"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f69938aa-490a-6f7e-40b0-1c17cec1ab26
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB122:1DD87C:65DEB2:8B316A:6A5FD306
html-safe-nonce694476c084103b4bda1f5037b5e475f1f581c9c3ed484ca41b0814f6c08ca1b5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMTIyOjFERDg3Qzo2NURFQjI6OEIzMTZBOjZBNUZEMzA2IiwidmlzaXRvcl9pZCI6IjIyOTIxOTkzOTQ1NDc1ODU3OTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4f28e0ca3d0a6a08d633a7f4b40adc454a41393fb44a26d2c59ecc896d32a384
hovercard-subject-tagissue:4876608778
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/RustPython/RustPython/8281/issue_layout
twitter:imagehttps://opengraph.githubassets.com/fb411711b2b170def57ae8a3bca48bd9e7dca8704ccf87abbbee74a7cbda8863/RustPython/RustPython/issues/8281
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/fb411711b2b170def57ae8a3bca48bd9e7dca8704ccf87abbbee74a7cbda8863/RustPython/RustPython/issues/8281
og:image:altRustpython's pip is failing to run on Windows 11 25H2. Error: C:\Windows\System32>pip install pillow WARNING: There was an error checking the latest version of pip. ERROR: Exception: Traceback (mos...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameCVFA1
hostnamegithub.com
expected-hostnamegithub.com
None2a1904016bf220ad1311da188567b50f2c83d69b89a554fd8b017417589fbe29
turbo-cache-controlno-preview
go-importgithub.com/RustPython/RustPython git https://github.com/RustPython/RustPython.git
octolytics-dimension-user_id39710557
octolytics-dimension-user_loginRustPython
octolytics-dimension-repository_id135201145
octolytics-dimension-repository_nwoRustPython/RustPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id135201145
octolytics-dimension-repository_network_root_nwoRustPython/RustPython
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
releasef83c469daaa92993df0b1f479d525995ec8cc172
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/issues/8281#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fissues%2F8281
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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%2FRustPython%2FRustPython%2Fissues%2F8281
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=RustPython%2FRustPython
Reloadhttps://github.com/RustPython/RustPython/issues/8281
Reloadhttps://github.com/RustPython/RustPython/issues/8281
Reloadhttps://github.com/RustPython/RustPython/issues/8281
Please reload this pagehttps://github.com/RustPython/RustPython/issues/8281
RustPython https://github.com/RustPython
RustPythonhttps://github.com/RustPython/RustPython
Notifications https://github.com/login?return_to=%2FRustPython%2FRustPython
Fork 1.5k https://github.com/login?return_to=%2FRustPython%2FRustPython
Star 22.2k https://github.com/login?return_to=%2FRustPython%2FRustPython
Code https://github.com/RustPython/RustPython
Issues 294 https://github.com/RustPython/RustPython/issues
Pull requests 105 https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Models https://github.com/RustPython/RustPython/models
Wiki https://github.com/RustPython/RustPython/wiki
Security and quality 0 https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
Code https://github.com/RustPython/RustPython
Issues https://github.com/RustPython/RustPython/issues
Pull requests https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Models https://github.com/RustPython/RustPython/models
Wiki https://github.com/RustPython/RustPython/wiki
Security and quality https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
#8314https://github.com/RustPython/RustPython/pull/8314
pip is failing to run on Windows 11 25H2.https://github.com/RustPython/RustPython/issues/8281#top
#8314https://github.com/RustPython/RustPython/pull/8314
https://github.com/youknowone
https://github.com/ShaharNaveh
C-bugSomething isn't workinghttps://github.com/RustPython/RustPython/issues?q=state%3Aopen%20label%3A%22C-bug%22
https://github.com/CVFA1
CVFA1https://github.com/CVFA1
on Jul 13, 2026https://github.com/RustPython/RustPython/issues/8281#issue-4876608778
ShaharNavehhttps://github.com/ShaharNaveh
youknowonehttps://github.com/youknowone
C-bugSomething isn't workinghttps://github.com/RustPython/RustPython/issues?q=state%3Aopen%20label%3A%22C-bug%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.