kongds / E5-V

E5-V: Universal Embeddings with Multimodal Large Language Models
https://arxiv.org/abs/2407.12580
180 stars 8 forks source link

pip install pandas1.1.5 wrong #12

Open 1015356144 opened 1 week ago

1015356144 commented 1 week ago
  UPDATING build/lib.linux-x86_64-cpython-310/pandas/_version.py
  set build/lib.linux-x86_64-cpython-310/pandas/_version.py to '1.1.5'
  running build_ext
  building 'pandas._libs.algos' extension
  creating build/temp.linux-x86_64-cpython-310/pandas/_libs
  gcc -pthread -B /home/yangtianyu/enter/envs/e5v/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/yangtianyu/enter/envs/e5v/include -fPIC -O2 -isystem /home/yangtianyu/enter/envs/e5v/include -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -I/tmp/pip-build-env-4cqv1d_z/overlay/lib/python3.10/site-packages/numpy/core/include -I/home/yangtianyu/enter/envs/e5v/include/python3.10 -c pandas/_libs/algos.c -o build/temp.linux-x86_64-cpython-310/pandas/_libs/algos.o
  pandas/_libs/algos.c:785:10: 致命错误:numpy/arrayobject.h:没有那个文件或目录
    785 | #include "numpy/arrayobject.h"
        |          ^~~~~~~~~~~~~~~~~~~~~
  编译中断。
  error: command '/home/yangtianyu/local/gcc-13/bin/gcc' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pandas Failed to build pandas ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pandas)

kongds commented 4 days ago

It seems that numpy is not installed.