question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error building jupyterhub Docker image

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jmreichacommented, Apr 26, 2019

Sounds good, thanks for helping get me started!

1reaction
hmaarrfkcommented, Apr 26, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found