Error building jupyterhub Docker image
See original GitHub issueI’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?
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
Error when building a new image from jupyterhub/singleuser ...
Hi, I'm trying to build a new docker image using jupyterhub/singleuser:3.0.0 as base image. This is the Dockerfile:
Read more >Errors when trying to install on the latest jupyterhub in a docker ...
Hello, i am trying to rebuild a notebook server with the necessary pydata stack (on python 2 kernel) installed via anaconda. I'd like...
Read more >Troubleshooting — JupyterHub 3.1.0 documentation
When troubleshooting, you may see unexpected behaviors or receive an error message. This section provides links for identifying the cause of the problem...
Read more >Error when building docker image for jupyter spark notebook
I am trying to build Jupyter notebook in docker following the guide here: https://github.com/cordon-thiago/airflow-spark and got an error ...
Read more >JupyterHub - Docker Hub
Important: This jupyterhub/jupyterhub image contains only the Hub itself, with no configuration. In general, one needs to make a derivative image, with at...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.