python 3.13.1 giving import error over nfs [windows]
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 77.2k
- Forks
- 35.9k
- PR-Merge-Kennzahlen
- PR-Kennzahlen ausstehend
Beschreibung
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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne mit der Prüfung des verknüpften PR gh-129616 und reproduziere anschließend den Fehler mit build.bat, Python 3.13.1, numpy 2.1.0 und einer von NFS gehosteten Windows-Umgebung. Als erledigt gilt die Aufgabe, wenn numpy über NFS unter Python 3.13.1 erfolgreich importiert wird und das bestehende Verhalten beim lokalen Import intakt bleibt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- numpy, python
- Bereich
- operating-systems
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 30/100