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

JOSS Review: Example Notebook 7_Metasomatism #4

Open
kujaku11 opened this issue Aug 11, 2024 · 1 comment
Open

JOSS Review: Example Notebook 7_Metasomatism #4

kujaku11 opened this issue Aug 11, 2024 · 1 comment

Comments

@kujaku11
Copy link

kujaku11 commented Aug 11, 2024

When running Jupyter notebook examples/7_Metasomatism.ipynb the following error occurred on import [using pip install --> v0.3 and notebooks from main branch]:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 6
      4 from scipy.interpolate import griddata
      5 import matplotlib.pyplot as plt
----> 6 from netCDF4 import Dataset
      8 import pide
      9 from pide.mt.mt_model_read import read_ModEM_rho

ModuleNotFoundError: No module named 'netCDF4'

If netCDF4 is needed suggest adding it to the setup.py or if its not be sure to note that in the notebook and provide instructions on how to install.

After a pip install netCDF4, notebook runs fine.

@sinanozaydin
Copy link
Owner

netcdf4 is added to the setup.py at the new post-joss branch.

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