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

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to