Python 2.7.14 and Python 3.6.0 netcdf4

jorge.conrado at cptec.inpe.br jorge.conrado at cptec.inpe.br
Mon Jul 23 18:39:18 EDT 2018



      Hi,

      Please someone can help me with this error message;


      for Python 2.7.14 I did:

      from netCDF4 import Dataset

      and I didn't have no message



      But, for Python 3.6.0

      from netCDF4 import Dataset

      I had:

      Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      ModuleNotFoundError: No module named 'netCDF4'


      What can I do to solve this error for Python 3.6.0


      Thanks,


      Conrado




More information about the Python-list mailing list