build-tools: Error building jupyterhub Docker image

I’m using the Archiconda3-0.2.3-Linux-aarch64.sh in the Dockerfile to install anaconda in the Jupyterhub build but getting some errors.

PackagesNotFoundError: The following packages are not available from current channels:

- configurable-http-proxy
- pycurl
- nodejs

Current channels:

- https://conda.anaconda.org/conda-forge/linux-aarch64
- https://conda.anaconda.org/conda-forge/noarch
- https://conda.anaconda.org/c4aarch64/linux-aarch64
- https://conda.anaconda.org/c4aarch64/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

The command '/bin/sh -c wget -q https://github.com/Archiconda/build-tools/releases/download/0.2.3/Archiconda3-0.2.3-Linux-aarch64.sh -O /tmp/miniconda.sh && bash /tmp/miniconda.sh -f -b -p /opt/conda && /opt/conda/bin/conda install --yes -c conda-forge python=3.6 sqlalchemy tornado jinja2 traitlets requests pip pycurl nodejs configurable-http-proxy && /opt/conda/bin/pip install --upgrade pip && rm /tmp/miniconda.sh' returned a non-zero code: 1 

Any idea if there is a way to get around this?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 19 (10 by maintainers)

Most upvoted comments

Sounds good, thanks for helping get me started!

why do you need old nodejs? just build the latest ones. building old stuff just doesn’t work on arm…

i think it is easiest to uplaod to your own channel. and iterate quickly while conda-forge moves forward.