Skip to content

Instantly share code, notes, and snippets.

@jbusecke
Created August 29, 2018 13:07
Show Gist options
  • Save jbusecke/175d72d81e13f7f8d4dcf26aace511bd to your computer and use it in GitHub Desktop.
Save jbusecke/175d72d81e13f7f8d4dcf26aace511bd to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zxdawn
Copy link

zxdawn commented Nov 20, 2018

I install xgcm by conda install -c conda-forge xgcm and can't run from xgcm.autogenerate import generate_grid_ds:

ModuleNotFoundError: No module named 'xgcm.autogenerate'

But, from xgcm import Grid works fine.

@zxdawn
Copy link

zxdawn commented Nov 20, 2018

I install xgcm by conda install -c conda-forge xgcm and can't run from xgcm.autogenerate import generate_grid_ds:

ModuleNotFoundError: No module named 'xgcm.autogenerate'

But, from xgcm import Grid works fine.

Install it from source works fine.

git clone https://github.com/xgcm/xgcm.git
cd xgcm
python setup.py install

Is this still in developing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment