python 3.13.1 giving import error over nfs [windows]
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 35.9k
- PR 合併指標
- PR 指標待擷取
描述
Bug report
Bug description:
I built python 3.13.1 from source using MSVC , using call build.bat -e -v -p x64 , had no issues in building . After building it I installed numpy 2.1.0 whl from pypi. then I tried using this python over nfs on remote host I am getting numpy import error -
ImportError: DLL load failed while importing _multiarray_umath: The parameter is incorrect.
same set of steps works for me with python3.12.6. seems something is changed in 3.13.1 when trying import over nfs.
could someone please help As I am unable to figure out.
raised issue with numpy dev as well https://github.com/numpy/numpy/issues/28216 , but it seems issue with the way how new python is working. any help is appreciated.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
- gh-129616
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先查看相關的 PR gh-129616,然後使用 build.bat、Python 3.13.1、numpy 2.1.0 和託管於 NFS 的 Windows 環境重現失敗情況。完成條件是:在 Python 3.13.1 上透過 NFS 成功匯入 numpy,同時維持現有的本機匯入行為。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- numpy, python
- 領域
- operating-systems
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100