如果你在base或者没有conda的环境输入ncl后正常进入的NCL,那就说明你已经错误地安装了NCL!此时请查询如何卸载通过apt安装的软件,然后照做卸载这个ncl,以免后续用错。 如果在使用安装NCL环境命令 conda create -n ncl_stable -c conda-forge ncl 若此时报错也是和更新conda时类似,包含“HTTP”字段的,那么就查看我的...
如果你在base或者没有conda的环境输入ncl后正常进入的NCL,那就说明你已经错误地安装了NCL!此时请查询如何卸载通过apt安装的软件,然后照做卸载这个ncl,以免后续用错。 如果在使用安装NCL环境命令 conda create -n ncl_stable -c conda-forge ncl 若此时报错也是和更新conda时类似,包含“HTTP”字段的,那么就查看我的...
先放一下如何优雅的使用conda安装NCL Installing NCL with “conda” 参考:使用conda安装ncl: # installconda create -n ncl_stable -c conda-forge nclsourceactivate ncl_stable# testncl -V ncl$NCARG_ROOT/lib/ncarg/nclex/gsun/gsun02n.ncl ncl$NCARG_ROOT/lib/ncarg/nclex/nug/NUG_multi_timeseries.nc...
We should, as much as possible, migrate as many deps from conda-forge to PyPi (since PyPi is more stable and robust). I started off with an old gripe of mine,iris. Proves out installingiris>=2.2from PyPi in a conda virtual environment is much harder than I thought. I got it working...
forgewrf-python conda install netcdf4 -y ### 可视化绘图 conda install matplotlib -y conda install -cconda-forgeconda update -n root --all conda create -n ncl_stable -cconda-forgencl source activate ncl_stable conda update -n ncl_stable -cconda-forge--all # 安装成功后使用 source ...
Do you try to install conda in the Windows 10 Linux subsystem? I try to install ncl in ubuntu and run into the same problem. Author Do you have the latest microsoft visual c++ installed? Make sure you have it. Just google for it. The install is super easy. ...