I'm an anaconda3 beginner,
I want to install netCDF4
on my windows 10, here some commands I typed:
conda install hdf5
conda install netcdf4
they all list in my conda list
, but when I import netCDF4
, it failed, it said:
DLL load failed
Does anyone know what's wrong?
And I also try other commands
conda remove netcdf4
conda uninstall netcdf4
pip install netcdf4
It shows:
command "python setup.py egg_info" failed with error code 1 in C:\Users\Wang\AppData\Local\Temp\pip-build-2fymkcam\netcdf4\
Thanks.