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

project dependencies are missing xarray and netcdf4 #5

Closed
scottcha opened this issue Aug 21, 2024 · 1 comment
Closed

project dependencies are missing xarray and netcdf4 #5

scottcha opened this issue Aug 21, 2024 · 1 comment

Comments

@scottcha
Copy link
Contributor

When following sample instructions you will get errors for missing xarray and netcdf4 dependencies.

Repro steps:

  1. Create a clean repo
  2. Install via pip
  3. Follow steps in example: https://github.com/microsoft/aurora/blob/main/docs/example.ipynb

expected result:
Example works

actual result:
you will first get an error for a missing xarray dependency, after fulfilling that you will then get an error for a missing netcdf4 dependency.

@wesselb
Copy link
Contributor

wesselb commented Aug 22, 2024

Hey @scottcha! Thanks for noticing this.

You're right that the notebook requires additional packages. I will clarify that in the notebook. :)

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

Successfully merging a pull request may close this issue.

2 participants