zml1206 opened a new issue, #9873:
URL: https://github.com/apache/incubator-gluten/issues/9873
### Problem description
Pandas was upgraded, install failed.
Before is:
```
Collecting pandas
Downloading
pandas-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.1 MB)
```
current:
```
Collecting pandas
Downloading pandas-2.3.0.tar.gz (4.5 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3.9
/usr/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py
prepare_metadata_for_build_wheel /tmp/tmpw7p44iao
cwd: /tmp/pip-install-yd6l1v2i/pandas
Complete output (112 lines):
+ meson setup /tmp/pip-install-yd6l1v2i/pandas
/tmp/pip-install-yd6l1v2i/pandas/.mesonpy-bsm2f8dv -Dbuildtype=release
-Db_ndebug=if-release -Db_vscrt=md --vsenv
--native-file=/tmp/pip-install-yd6l1v2i/pandas/.mesonpy-bsm2f8dv/meson-python-native-file.ini
The Meson build system
Version: 1.8.1
Source dir: /tmp/pip-install-yd6l1v2i/pandas
Build dir: /tmp/pip-install-yd6l1v2i/pandas/.mesonpy-bsm2f8dv
Build type: native build
Project name: pandas
Project version: 2.3.0
C compiler for the host machine: ccache cc (gcc 8.5.0 "cc (GCC) 8.5.0
20210514 (Red Hat 8.5.0-4)")
C linker for the host machine: cc ld.bfd 2.30-108
../meson.build:2:0: ERROR: Unknown compiler(s): [['c++'], ['g++'],
['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']]
The following exception(s) were encountered:
Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'"
Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'"
Running `clang++ --version` gave "[Errno 2] No such file or directory:
'clang++'"
Running `nvc++ --version` gave "[Errno 2] No such file or directory:
'nvc++'"
Running `pgc++ --version` gave "[Errno 2] No such file or directory:
'pgc++'"
Running `icpc --version` gave "[Errno 2] No such file or directory:
'icpc'"
Running `icpx --version` gave "[Errno 2] No such file or directory:
'icpx'"
A full log can be found at
/tmp/pip-install-yd6l1v2i/pandas/.mesonpy-bsm2f8dv/meson-logs/meson-log.txt
==== CI platform detected, click here for meson-log.txt contents. ====
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3.9
/usr/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py
prepare_metadata_for_build_wheel /tmp/tmpw7p44iao Check the logs for full
command output.
```
### System information
-
### CMake log
```bash
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]