Closed sakshamsingh1 closed 4 months ago
Hi @sakshamsingh1 I believe that error can be fixed by including "from netCDF4 import Dataset" It may need to be placed before all other imports, or at least near the top.
@sakshamsingh1 were you able to solve your problem? Could you tell us what was the fix in your case?
Hi @iranroman, using "from netCDF4 import Dataset" on the top of the example_generation.py script fixed the error.
Hi, Thanks for the really useful library.
I followed all the steps in readme but I am getting this error while running the example_generation.py file.
Here is the entire traceback:
Please let me know, how can I fix this error?