安装imgaug库一直失败,是什么原因呢?
Created by: vinceyzw
running build_ext
building 'imagecodecs._aec' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/imagecodecs
gcc -pthread -B /root/anaconda3/envs/pp/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Iimagecodecs -I/root/anaconda3/envs/pp/include/python3.6m -I/root/anaconda3/envs/pp/lib/python3.6/site-packages/numpy/core/include -c imagecodecs/_aec.c -o build/temp.linux-x86_64-3.6/imagecodecs/_aec.o
In file included from /root/anaconda3/envs/pp/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832:0,
from /root/anaconda3/envs/pp/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /root/anaconda3/envs/pp/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from imagecodecs/_aec.c:598:
/root/anaconda3/envs/pp/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it with " \
^
imagecodecs/_aec.c:602:20: fatal error: libaec.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1