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
- Python 2.7.14 and Python 3.6.0 netcdf4 jorge . conrado
- Re: Python 2.7.14 and Python 3.6.0 netcdf4 Thomas Jollans
- Re: Python 2.7.14 and Python 3.6.0 netcdf4 Steven D'Aprano
- Re: Python 2.7.14 and Python 3.6.0 netcdf4 MRAB
