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

The installation hangs at resolving jupyterlab_bokeh package #40

Closed
ghost opened this issue May 8, 2018 · 8 comments
Closed

The installation hangs at resolving jupyterlab_bokeh package #40

ghost opened this issue May 8, 2018 · 8 comments

Comments

@ghost
Copy link

ghost commented May 8, 2018

Hello!

When I try to install the extension, the installation doesn’t progress any further than this:

...
[1/4] Resolving packages...
⠂ jupyterlab_bokeh@file:../extensions/jupyterlab_bokeh-0.5.0-b8336c4

I tried the following commands (with sudo):

jupyter labextension install jupyterlab_bokeh
npm install
jupyter labextension link .
npm install
jupyter labextension install .

I updated the jupyterlab package from PyPI before installation. Both my machines run Manjaro Linux.

Any help would be appreciated.

2018-05-08-191053_667x724_scrot

@ghost ghost changed the title Extension installation hangs at resolving jupyterlab_bokeh packages The installation hangs at resolving jupyterlab_bokeh package May 8, 2018
@fabikw
Copy link

fabikw commented May 11, 2018

I've encountered the same problem. I'm using nodejs v10.0.0 if it matters.

@ManifoldFR
Copy link

This problem started happening on my machine recently as well. I'm running Windows 10.

@akiraakaishi
Copy link

I got the same problem with nodejs v10.2.0.
After downgrading nodejs to v9.11.1, I've solved the problem.

@phlsmk
Copy link

phlsmk commented Jun 2, 2018

Same problem here with node 10.2.0. downgrading per @akiraakaishi also worked for me

@shenker
Copy link

shenker commented Jun 21, 2018

Downgrading nodejs from v10.5.0 to v9.11.2 also fixed this problem for me (on linux-64).

@jsilence
Copy link

jsilence commented Jul 18, 2018

Same problem here. A quick tip on how to downgrade nodejs with conda :
conda install -c conda-forge nodejs=9.11.1

@canavandl
Copy link
Collaborator

This issue is an upstream problem with JupyterLab (jupyterlab/jupyterlab#4986), so I'm going to mark as closed.

If jupyterlab begins to support node@10 and there's a problem with this extension, please reopen this issue.

Thanks for opening the issue!

@monkut
Copy link

monkut commented Sep 18, 2018

Following the link above jupyterlab seems to have added the necessary support for nodejs 10, and this issue was resolved for me by upgrading jupyterlab.

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

8 participants