Installationsfehler unter Mac OS: „ios“-Datei nicht gefunden ... Fehler beim Erstellen des Rads für PandasPython

Python-Programme
Anonymous
 Installationsfehler unter Mac OS: „ios“-Datei nicht gefunden ... Fehler beim Erstellen des Rads für Pandas

Post by Anonymous »

Bei der PyPI-Installation von Apache Superset 6.0.0 tritt ein ständiger Fehler auf. Ich folge den Anweisungen von https://superset.apache.org/docs/6.0.0/ ... tion/pypi/.

Code: Select all

pip install apache-superset
schlägt mit diesem Fehler fehl:

Code: Select all

building 'pandas._libs.window.aggregations' extension
creating build/temp.macosx-15.0-arm64-cpython-312/pandas/_libs/window
clang++ -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/window -I/private/var/folders/0q/9xvvq6m90j1gy8xgdm3d_vtw0000gn/T/pip-build-env-1_mbt4lw/overlay/lib/python3.12/site-packages/numpy/core/include "-I/Users/patrice/Documents/Development/CCBC Ski Team Data/bcskiteam/include" -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c pandas/_libs/window/aggregations.cpp -o build/temp.macosx-15.0-arm64-cpython-312/pandas/_libs/window/aggregations.o -Wno-error=unreachable-code
pandas/_libs/window/aggregations.cpp:799:10: fatal error: 'ios' file not found
799 | #include "ios"
|          ^~~~~
1 error generated.
error: command '/usr/bin/clang++' failed with exit code 1
[end of output]
Meine Umgebung:

[*]MacOS 26.1 mit XCode

Befehlszeilentools für

Code: Select all

Package    Version
---------- -------
pip        25.3
setuptools 80.9.0
wheel      0.45.1
CFLAGS und LDFLAGS werden gemäß der Dokumentation festgelegt

Code: Select all

CFLAGS=-I/opt/homebrew/opt/openssl@3/include
LDFLAGS=-L/opt/homebrew/opt/openssl@3/lib
Mir ist aufgefallen, dass /opt/homebrew/opt/openssl@3/include KEINE Datei ios.h enthält, aber ich habe keine Ahnung, ob das das Problem ist und, wenn ja, wie ich an diese Datei komme.
Irgendeine Idee?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post