Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'netCDF4' #1

Open
Architx123 opened this issue Aug 31, 2021 · 2 comments
Open

ModuleNotFoundError: No module named 'netCDF4' #1

Architx123 opened this issue Aug 31, 2021 · 2 comments

Comments

@Architx123
Copy link

so I followed the instructions and i got this

(base) E:\>conda activate hurricane_wind_speed

(hurricane_wind_speed) E:\>d:

(hurricane_wind_speed) D:\>cd D:\CNN\test

(hurricane_wind_speed) D:\CNN\test>assemble.py
Traceback (most recent call last):
  File "D:\CNN\test\assemble.py", line 17, in <module>
    import netCDF4
ModuleNotFoundError: No module named 'netCDF4'

(hurricane_wind_speed) D:\CNN\test>

What to do now?

@23ccozad
Copy link
Owner

23ccozad commented Sep 1, 2021

I haven't been able to reproduce your error on my machine. Have you tried conda list in your hurricane_wind_speed environment to see whether netcdf4 exists in the environment?

@Architx123
Copy link
Author

I haven't been able to reproduce your error on my machine. Have you tried conda list in your hurricane_wind_speed environment to see whether netcdf4 exists in the environment?

I think I tried it and it was correctly installed. Anyway I will be trying again today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants