conda安装nibabel命令

使用pip安装nibabel包时出错(pip install nibabel)
可以在conda官网查命令:
https://anaconda.org/conda-forge/nibabel

任意一个命令:

conda install -c conda-forge nibabel
conda install -c conda-forge/label/gcc7 nibabel
conda install -c conda-forge/label/cf201901 nibabel
conda install -c conda-forge/label/cf202003 nibabel

conda安装nibabel命令_第1张图片

你可能感兴趣的:(python,anaconda,pip)