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

Which version of numpy and netcdf4 are being used? #3

Open
lukegehring99 opened this issue Jun 28, 2024 · 2 comments
Open

Which version of numpy and netcdf4 are being used? #3

lukegehring99 opened this issue Jun 28, 2024 · 2 comments

Comments

@lukegehring99
Copy link

Netcdf4 version 1.7.1 has an issue on mac arm processors that I opened here.

Downgrading to netcdf4 version 1.6.5 resolved this. This also required me to downgrade numpy version 1.26.4.

What versions of numpy and netcdf4 were used in the development of this repo?

Posting this for visibility if other users run into this issue.

@markveilletteLL
Copy link
Collaborator

markveilletteLL commented Jun 28, 2024

This has recently become an issue not only for mac OS, but linux as well.

On our linux version, we're running with netcdf4==1.7.0 and numpy==1.26.4.

We are currently preparing a big update to this repo to make the code compatible with keras 3.0. This will have updated requirement files that reflect this.

@lukegehring99
Copy link
Author

In my case, this issue was caused by installing netcdf4 with PyPI. Installing netcdf4 with conda fixed this for me.

conda create --name tornado python=3.10 netcdf4=1.7.1

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