python 3.13.1 giving import error over nfs [windows]
まだ誰も着手していません。
- 主要言語
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- 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