Skip to content

Instantly share code, notes, and snippets.

@mdsumner
Created March 4, 2025 21:08
Show Gist options
  • Save mdsumner/e5e6db669a48b1d6576e7ffdff4eb5e9 to your computer and use it in GitHub Desktop.
Save mdsumner/e5e6db669a48b1d6576e7ffdff4eb5e9 to your computer and use it in GitHub Desktop.
AWS_REGION='region-is-not-set' al repo create AustralianAntarcticDivision/myrepo
⠴ Creating repo AustralianAntarcticDivision/myrepo...
✓ Creating repo AustralianAntarcticDivision/myrepo...failed
  [31m×[0m error listing objects in object store dispatch failure
  [31m│[0m
  [31m│[0m context:
  [31m│[0m    0: icechunk::repository::create
  [31m│[0m              at icechunk/src/repository.rs:138
  [31m│[0m
[31m  ├─▶ [0merror listing objects in object store dispatch failure
[31m  ├─▶ [0mdispatch failure
[31m  ├─▶ [0mio error
[31m  ├─▶ [0merror trying to connect: dns error: failed to lookup address information: Name or
service not known
[31m  ├─▶ [0mdns error: failed to lookup address information: Name or service not known
[31m  ╰─▶ [0mfailed to lookup address information: Name or service not known

Here's the install process:

#docker run --rm -ti ghcr.io/mdsumner/gdal-builds:rocker-gdal-dev-python bash
arraylake auth login --no-browser

git clone https://github.com/earth-mover/icechunk
cd icechunk-python

python3 -m venv .venv
source .venv/bin/activate

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"

pip install maturin
pip install patchelf ## the process below tells me I needed this
maturin develop

python -c "import icechunk;print(icechunk.__version__)"
0.2.5

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