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