(base) E:\>conda activate hurricane_wind_speed
(hurricane_wind_speed) E:\>d:
(hurricane_wind_speed) D:\>cd D:\CNN\test
(hurricane_wind_speed) D:\CNN\test>assemble.py
Traceback (most recent call last):
File "D:\CNN\test\assemble.py", line 17, in <module>
import netCDF4
ModuleNotFoundError: No module named 'netCDF4'
(hurricane_wind_speed) D:\CNN\test>
so I followed the instructions and i got this
What to do now?