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

XCube installation instructions #20

Open
haesleinhuepf opened this issue Jun 26, 2024 · 0 comments
Open

XCube installation instructions #20

haesleinhuepf opened this issue Jun 26, 2024 · 0 comments

Comments

@haesleinhuepf
Copy link

haesleinhuepf commented Jun 26, 2024

Hi all,

I was just trying to run code from this page to open an example dataset to my computer:

from xcube.core.store import new_data_store
store = new_data_store("s3", root="deep-esdl-public", storage_options=dict(anon=True))
ds = store.open_data('esdc-8d-0.25deg-1x720x1440-3.0.1.zarr')

I ran into trouble installing xcube, because if you install it using pip, it installs version 0.0.9, an outdated version that causes errors when running the code (No module named 'xcube.core').

I think it would be great if you link to the xcube installation instructions or mention explicitly that this needs to be installed using conda/mamba:

mamba install --channel conda-forge xcube

Thanks!

Best,
Robert

CC @JosepinaU

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

1 participant