Numpy 2.0.2 Installation fällt bei Raspberry Pi 4b aus, das OSMC, Python 3.9.2, ausfällt

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Numpy 2.0.2 Installation fällt bei Raspberry Pi 4b aus, das OSMC, Python 3.9.2, ausfällt

by Anonymous » 12 Feb 2025, 13:15

Ich versuche, Numpy 2.0.2 auf einem Raspberry Pi 4B zu installieren, das OSMC und Python 3.9.2 ausführt. Ich kann diesen Fehler nicht überwinden, und ich habe auch das Upgrade von Python nicht mehr aufgerüstet (in der Hoffnung, dass ein neueres Python und Numpy das Problem umgehen werden).

Vorschläge? Fehlermeldung: < /p>

Code: Select all

Run-time dependency python found: NO (tried pkgconfig, pkgconfig and sysconfig)
../meson.build:41:12: ERROR: Python dependency not found
< /code>
Vollständiges Protokoll in Pastebin < /p>
Der Installationsordner, der das Meson -Build -Protokoll enthalten soll (das Meson -Build -Protokoll (/tmp/pip-install-ph6xune8
) existiert nicht:
cd /tmp/pip-install-ph6xune8/ -bash:
cd: /tmp/pip-install-ph6xune8/: No such file or directory
< /code>
Setup -Details:

HW:

Raspberry Pi 4 Modell B Rev 1.4

OS: < /p>
PRETTY_NAME="Open Source Media Center"
NAME="OSMC"
VERSION="October 2024"
VERSION_ID="2024.10-1"
< /code>
Python:

Python 3.9.2

PIP 25.0.1

In einer virtuellen Umgebung ausgeführt < /p>
Dinge, die ich ausprobiert habe:

Aktualisierung von Tools: PIP, Setuptools, Wheel

Aktualisieren von Compilern und Abhängigkeiten: CC, GCC, Software- Eigenschaften-Common, Build-Wesential, PKG-Config

Upgrade Python, damit ich eine neuere Version von Numpy erhalte (fehlgeschlagen ... APT akzeptiert das Deadsnakes-Repo aufgrund von Sicherheitsproblemen, bauen auch aus der Quelle auf fehlgeschlagen)

Top