当我使用命令“pip install git https://github.com/geopandas/geopandas.git@geopandas-cython”安装geopandas-cython时,我收到以下错误消息 . 我检查我的gcc坐在哪里,位于/ bin / gcc

gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/apps/anaconda3/envs/dask/lib/python3.6/site-packages/numpy/core/include -I/apps/anaconda3/envs/dask/include -I/apps/anaconda3/envs/dask/include/python3.6m -c geopandas/vectorized.c -o build/temp.linux-x86_64-3.6/geopandas/vectorized.o
gcc: error: geopandas/vectorized.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
error: command 'gcc' failed with exit status 4

----------------------------------------
Rolling back uninstall of geopandas

命令"/apps/anaconda3/envs/dask/bin/python -u -c " import setuptools,tokenize; file = '/tmp/pip-l361rj89-build/setup.py'; f = getattr(tokenize,'open',open)( file ); code = f.read() . replace('\r\n','\n'); f.close(); exec(compile(code, file ,'exec')) " install --record /tmp/pip-wjrlaj3w-record/install-record.txt --single-version-externally-managed --compile"失败,错误代码1在/ tmp / pip-l361rj89-build /

我已经通过运行安装了gcc:

sudo assist yum gcc

任何人都可以建议我可以做些什么来解决这个问题?