crypt.h: No such file or directory

拷贝crypt.h到conda对应的虚拟环境里

cp /usr/include/crypt.h /anaconda3/envs/airplanes/include/

另外一个方法

conda install --channel=conda-forge libxcrypt
export CPATH=/opt/conda/include/