On 2018-07-23 23:39, jorge.conr...@cptec.inpe.br wrote:
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
That's because you've installed netCDF4 for Python 2.7.
On Mon, 23 Jul 2018 19:39:18 -0300, jorge.conrado wrote:
> Traceback (most recent call last):
> File "", line 1, in
> ModuleNotFoundError: No module named 'netCDF4'
>
>
> What can I do to solve this error for Python 3.6.0
Just because you have the Python 2.7 version of
On 24/07/18 00:39, jorge.conr...@cptec.inpe.br wrote:
> from netCDF4 import Dataset
>
> I had:
>
> Traceback (most recent call last):
> File "", line 1, in
> ModuleNotFoundError: No module named 'netCDF4'
>
>
> What can I do to solve this error for Python 3.6.0
I
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