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

Eli fails to load #4

Open
Asteliks opened this issue Oct 1, 2023 · 0 comments
Open

Eli fails to load #4

Asteliks opened this issue Oct 1, 2023 · 0 comments

Comments

@Asteliks
Copy link

Asteliks commented Oct 1, 2023

For some reason Eli-helper fails to load on Binder. I've tried running it in Firefox 118.0 (64 bit)

Here is the Build log:

Waiting for build to start...
 ---> dce7138de344
Step 25/51 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e10-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2fenvironment-2epy-2d3-2e10-2dlinux-2d64-2elock-388e0b /tmp/env/environment.lock
 ---> Using cache
 ---> cc064ec3554c
Step 26/51 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e10-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2finstall-2dbase-2denv-2ebash-e5509f /tmp/install-base-env.bash
 ---> Using cache
 ---> 930983bb5bcd
Step 27/51 : RUN TIMEFORMAT='time: %3R' bash -c 'time /tmp/install-base-env.bash' && rm -rf /tmp/install-base-env.bash /tmp/env
 ---> Using cache
 ---> 6447216711e7
Step 28/51 : RUN mkdir -p ${NPM_DIR} && chown -R ${NB_USER}:${NB_USER} ${NPM_DIR}
 ---> Using cache
 ---> bc41384bf37b
Step 29/51 : USER root
 ---> Using cache
 ---> 32dcfca9030f
Step 30/51 : ARG REPO_DIR=${HOME}
 ---> Using cache
 ---> b5de41e379ff
Step 31/51 : ENV REPO_DIR=${REPO_DIR}
 ---> Using cache
 ---> 272a8782cec5
Step 32/51 : RUN if [ ! -d "${REPO_DIR}" ]; then         /usr/bin/install -o ${NB_USER} -g ${NB_USER} -d "${REPO_DIR}";     fi
 ---> Using cache
 ---> 688501134c77
Step 33/51 : WORKDIR ${REPO_DIR}
 ---> Using cache
 ---> 3cbb28fb4fd0
Step 34/51 : RUN chown ${NB_USER}:${NB_USER} ${REPO_DIR}
 ---> Using cache
 ---> 8a1483b470d5
Step 35/51 : ENV PATH=${HOME}/.local/bin:${REPO_DIR}/.local/bin:${PATH}
 ---> Using cache
 ---> 062527ab0186
Step 36/51 : ENV CONDA_DEFAULT_ENV=${KERNEL_PYTHON_PREFIX}
 ---> Using cache
 ---> 55f692a08134
Step 37/51 : COPY --chown=1000:1000 src/environment.yml ${REPO_DIR}/environment.yml
 ---> 90e2305578d9
Step 38/51 : RUN apt-get -qq update && apt-get install --yes --no-install-recommends libspatialindex-dev && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*
 ---> Running in 2de19bc93bfc
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libspatialindex-c4v5 libspatialindex4v5
The following NEW packages will be installed:
  libspatialindex-c4v5 libspatialindex-dev libspatialindex4v5
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 555 kB of archives.
After this operation, 3,308 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libspatialindex4v5 amd64 1.8.5-5 [219 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libspatialindex-c4v5 amd64 1.8.5-5 [51.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libspatialindex-dev amd64 1.8.5-5 [285 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 555 kB in 1s (822 kB/s)
Selecting previously unselected package libspatialindex4v5:amd64.
(Reading database ... 22865 files and directories currently installed.)
Preparing to unpack .../libspatialindex4v5_1.8.5-5_amd64.deb ...
Unpacking libspatialindex4v5:amd64 (1.8.5-5) ...
Selecting previously unselected package libspatialindex-c4v5:amd64.
Preparing to unpack .../libspatialindex-c4v5_1.8.5-5_amd64.deb ...
Unpacking libspatialindex-c4v5:amd64 (1.8.5-5) ...
Selecting previously unselected package libspatialindex-dev:amd64.
Preparing to unpack .../libspatialindex-dev_1.8.5-5_amd64.deb ...
Unpacking libspatialindex-dev:amd64 (1.8.5-5) ...
Setting up libspatialindex4v5:amd64 (1.8.5-5) ...
Setting up libspatialindex-c4v5:amd64 (1.8.5-5) ...
Setting up libspatialindex-dev:amd64 (1.8.5-5) ...
Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
Removing intermediate container 2de19bc93bfc
 ---> 49d6218ca0aa
Step 39/51 : USER ${NB_USER}
 ---> Running in e93233e56dba
Removing intermediate container e93233e56dba
 ---> 0841fa5474ef
Step 40/51 : RUN TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "environment.yml" && time ${MAMBA_EXE} clean --all -f -y && ${MAMBA_EXE} list -p ${NB_PYTHON_PREFIX} '
 ---> Running in 2f371099786e


Looking for: ['descartes==1.1.0', 'pyproj==2.6.1.post1', 'matplotlib==3.3.2', 'numpy==1.19.2', 'osmnx==0.16.2', 'shapely==1.7.1', 'owslib==0.19.1', 'appmode==0.8.0', 'mercantile==1.1.6', 'rasterio==1.1.8', 'affine==2.3.0', 'scipy==1.5.2', 'requests==2.25.0', 'imagehash==4.1.0', 'pillow==7.2.0']


warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
Could not solve for environment specs
The following packages are incompatible
└─ rasterio 1.1.8  is installable with the potential options
   ├─ rasterio 1.1.8 would require
   │  └─ python >=3.6,<3.7.0a0 , which can be installed;
   ├─ rasterio 1.1.8 would require
   │  └─ python >=3.7,<3.8.0a0 , which can be installed;
   ├─ rasterio 1.1.8 would require
   │  └─ python >=3.8,<3.9.0a0 , which can be installed;
   └─ rasterio 1.1.8 would require
      └─ python >=3.9,<3.10.0a0 , which can be installed.
time: 293.880
Removing intermediate container 2f371099786e
The command '/bin/sh -c TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "environment.yml" && time ${MAMBA_EXE} clean --all -f -y && ${MAMBA_EXE} list -p ${NB_PYTHON_PREFIX} '' returned a non-zero code: 1
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