René's URL Explorer Experiment


Title: Python 3.13.0, 3.13.1 python_d.exe cannot import numpy, python.exe works fine. · Issue #127619 · python/cpython · GitHub

Open Graph Title: Python 3.13.0, 3.13.1 python_d.exe cannot import numpy, python.exe works fine. · Issue #127619 · python/cpython

X Title: Python 3.13.0, 3.13.1 python_d.exe cannot import numpy, python.exe works fine. · Issue #127619 · python/cpython

Description: Bug report Bug description: import numpy Using default Python.org installers installed for all users. Running Windows 11 (intel) using the python 3.13 debug executable, python_d.exe numpy gives an ImportError. While the import is success...

Open Graph Description: Bug report Bug description: import numpy Using default Python.org installers installed for all users. Running Windows 11 (intel) using the python 3.13 debug executable, python_d.exe numpy gives an ...

X Description: Bug report Bug description: import numpy Using default Python.org installers installed for all users. Running Windows 11 (intel) using the python 3.13 debug executable, python_d.exe numpy gives an ...

Opengraph URL: https://github.com/python/cpython/issues/127619

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Python 3.13.0, 3.13.1 python_d.exe cannot import numpy, python.exe works fine.","articleBody":"# Bug report\r\n\r\n### Bug description:\r\n\r\n```python\r\nimport numpy\r\n```\r\nUsing default Python.org installers installed for all users.  Running Windows 11 (intel) using the python 3.13 debug executable, python_d.exe numpy gives an ImportError.  While the import is successful if using python.exe.  My suspicion is the changes that 3.13 militantly enforces making everything debug need an _d suffix. Libraries, python313.zip needs to be python313_d.zip so I'm assuming it's looking for _d libraries in the numpy dirctories as well?  I'm seeing a failure on numpy._core._multiarray_umath which is a .pyd file.\r\n\r\nThis is broken for python_d.exe and embedding the python313_d.dll gives rise to the same issues.  It makes a debug build worthless for packages with compiled executables since the pip installs aren't downloading debug builds of the packages.\r\n\r\n\r\nBelow is the output from running in a cmd window on Windows\r\n\r\n```pytb\r\nc:\\Program Files\\Python313\u003e.\\python_d.exe\r\nPython 3.13.1 (tags/v3.13.1:0671451, Dec  3 2024, 18:47:37) [MSC v.1942 64 bit (AMD64)] on win32\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n\u003e\u003e\u003e import numpy\r\nTraceback (most recent call last):\r\n  File \"C:\\Users\\panels\\AppData\\Roaming\\Python\\Python313\\site-packages\\numpy\\_core\\__init__.py\", line 23, in \u003cmodule\u003e\r\n    from . import multiarray\r\n  File \"C:\\Users\\panels\\AppData\\Roaming\\Python\\Python313\\site-packages\\numpy\\_core\\multiarray.py\", line 10, in \u003cmodule\u003e\r\n    from . import overrides\r\n  File \"C:\\Users\\panels\\AppData\\Roaming\\Python\\Python313\\site-packages\\numpy\\_core\\overrides.py\", line 8, in \u003cmodule\u003e\r\n    from numpy._core._multiarray_umath import (\r\n        add_docstring,  _get_implementing_args, _ArrayFunctionDispatcher)\r\nModuleNotFoundError: No module named 'numpy._core._multiarray_umath'\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n  File \"C:\\Users\\panels\\AppData\\Roaming\\Python\\Python313\\site-packages\\numpy\\__init__.py\", line 127, in \u003cmodule\u003e\r\n    from numpy.__config__ import show as show_config\r\n  File \"C:\\Users\\panels\\AppData\\Roaming\\Python\\Python313\\site-packages\\numpy\\__config__.py\", line 4, in \u003cmodule\u003e\r\n    from numpy._core._multiarray_umath import (\r\n    ...\u003c3 lines\u003e...\r\n    )\r\n  File \"C:\\Users\\panels\\AppData\\Roaming\\Python\\Python313\\site-packages\\numpy\\_core\\__init__.py\", line 49, in \u003cmodule\u003e\r\n    raise ImportError(msg)\r\nImportError:\r\n\r\nIMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!\r\n\r\nImporting the numpy C-extensions failed. This error can happen for\r\nmany reasons, often due to issues with your setup or how NumPy was\r\ninstalled.\r\n\r\nWe have compiled some common reasons and troubleshooting tips at:\r\n\r\n    https://numpy.org/devdocs/user/troubleshooting-importerror.html\r\n\r\nPlease note and check the following:\r\n\r\n  * The Python version is: Python3.13 from \"c:\\Program Files\\Python313\\python_d.exe\"\r\n  * The NumPy version is: \"2.1.3\"\r\n\r\nand make sure that they are the versions you expect.\r\nPlease carefully study the documentation linked above for further help.\r\n\r\nOriginal error was: No module named 'numpy._core._multiarray_umath'\r\n\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n  File \"\u003cpython-input-0\u003e\", line 1, in \u003cmodule\u003e\r\n    import numpy\r\n  File \"C:\\Users\\panels\\AppData\\Roaming\\Python\\Python313\\site-packages\\numpy\\__init__.py\", line 132, in \u003cmodule\u003e\r\n    raise ImportError(msg) from e\r\nImportError: Error importing numpy: you should not try to import numpy from\r\n        its source directory; please exit the numpy source tree, and relaunch\r\n        your python interpreter from there.\r\n\u003e\u003e\u003e\r\n```\r\n### CPython versions tested on:\r\n\r\n3.13\r\n\r\n### Operating systems tested on:\r\n\r\nWindows","author":{"url":"https://github.com/prniii","@type":"Person","name":"prniii"},"datePublished":"2024-12-04T21:42:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/127619/cpython/issues/127619"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6d7a7578-e2c2-78e9-ee38-423591e26d0e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8D78:2DA0AC:C71B92:10F1F6F:6A55B332
html-safe-nonce97376f20b21e013a788cd35a370ddd5a02e884e3f8cb236a6a2fc90cfd180e89
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDc4OjJEQTBBQzpDNzFCOTI6MTBGMUY2Rjo2QTU1QjMzMiIsInZpc2l0b3JfaWQiOiIzOTI4NDE3MzQ2ODgxMTcyMjc0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaceb94d75022fb8e5b852e6be00cbab3a586fc0876b878c72971812479dacfbe1f
hovercard-subject-tagissue:2718845198
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/python/cpython/127619/issue_layout
twitter:imagehttps://opengraph.githubassets.com/dad66e9f9ff66c271b5452f907103ca143bfdc419e53177303a06322f1f6f984/python/cpython/issues/127619
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/dad66e9f9ff66c271b5452f907103ca143bfdc419e53177303a06322f1f6f984/python/cpython/issues/127619
og:image:altBug report Bug description: import numpy Using default Python.org installers installed for all users. Running Windows 11 (intel) using the python 3.13 debug executable, python_d.exe numpy gives an ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameprniii
hostnamegithub.com
expected-hostnamegithub.com
Noneb5665c84831ed9ac4fb79519c16c9c5580ba8092fb8bb6e3e72972ec7197348e
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
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
release653fccf1e27344851c0d3de3fa6faa526197f072
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/127619#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F127619
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%2Fpython%2Fcpython%2Fissues%2F127619
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=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/127619
Reloadhttps://github.com/python/cpython/issues/127619
Reloadhttps://github.com/python/cpython/issues/127619
Please reload this pagehttps://github.com/python/cpython/issues/127619
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/127619
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Python 3.13.0, 3.13.1 python_d.exe cannot import numpy, python.exe works fine.https://github.com/python/cpython/issues/127619#top
invalidhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22invalid%22
https://github.com/prniii
prniiihttps://github.com/prniii
on Dec 4, 2024https://github.com/python/cpython/issues/127619#issue-2718845198
invalidhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22invalid%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.