-
Notifications
You must be signed in to change notification settings - Fork 947
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
jupyterlab-manager-0.35 installation hungs with jupyterlab 0.32.1 #2061
Comments
It works fine for me on macOS 10.13.4 (it doesn't pause on the resolving packages line): conda create -y -n jlab0.32.1 -c conda-forge notebook jupyterlab ipywidgets
conda activate jlab0.32.1
jupyter labextension install @jupyter-widgets/jupyterlab-manager Can you try a fresh install like that, creating a new environment? Also, just checking - what does |
I have the exact same problem, screen is showing exactly the same. I am trying to install without conda, Environment:
|
Reproduced with on Mac OS and Arch linux (jupyterlab 0.32.1). Trying to update with:
hangs in endless loop on both platforms during build at:
Also When the endless loop during install is interrupted, lab-manager claims to be installed:
But a build again leads to the endless loop during install. Only way out is:
|
Trying to figure out what is in common here, and how I could reproduce the issue:
What happens if you do
Any more informative error messages? What happens if you do
|
Yes, jupyterlab is updated via PIP for linux and macOS, no conda. Unfortunately, no more useful information with both variants:
...hangs here |
What is in |
Seems ok:
|
Another similar report over at jupyterlab/jupyterlab#4495 |
Seems to be a node 10 issue. I'm on macos too and I use homebrew to manage node. I think last week it upgraded me to node 10. I tried updating my jupyterlab today and it was having trouble with these packages. I downgraded to node 8 by
and everything seems to be working fine again. |
FYI: Looks like it's yarn + nodejs 10.0, yarnpkg/yarn#5761 |
I'm using conda and also have this issue. |
Any updates on this issue? |
I was having this issue install any lab extension. Finally got it working:
(or whatever lab extension you want). Without exporting the path, you will still be using node@10 if you have already installed it. |
Any plans to fix this? Having to pick out a specific version of node is not ideal... |
@guillochon This is a yarn issue, a PR to resolve this by updating yarn is open on the jupyterab repo: jupyterlab/jupyterlab#4632 |
Yup, same issue. Ubuntu, using https://github.com/creationix/nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install 9
nvm use 9
jupyter labextension install @jupyter-widgets/jupyterlab-manager |
Had same issue under MacOS/Conda. Reverting to node v8 using @sean-parent's post (above) worked for me:
|
Yet another way to get this working, but without installing a different node version (and without waiting for a JupyterLab build with jupyterlab/jupyterlab#4632). In my setup, I have everything in a virtualenv.
Change the value to the complete path to
|
For me, this was the only way to get it working. Thanks @yozlet! |
FYI, we've upgraded yarn in the next release of jlab. |
I got the same HANGING error in jupyter lab: Date: Jun 24, 2018
Installed using:
Commands Used
Error:
Problem |
@yozlet thanks for the fix. It is now working as expected. For homebrew user's my yarn.js path was |
Thanks @yozlet! Somehow just updating
Then do the following changes:
( |
I am trying jlab v 0.33.0rc0 |
Jupyter widgets does not work with 0.33.0rc yet. |
Conda environment, 18.04 server, yarn trick above worked for me. Seems upgrading yarn in core is going to be the path forward (rather than rolling back node). |
Yarn has been upgraded in JupyterLab (0.35, and I think 0.34 as well a month or so ago), so things should work just fine with newer versions of node. I'll close this as resolved. Please comment here if there are still issues with current JupyterLab. |
I have:
OSX 10.13.4
python 3.6.5
jupyterlab 0.32.1
To start form a clean sheet I do
Then I try to install again jupyterlab-manager:
At this stage the installation keeps on this line for minutes. Usually after > 5 minutes I kill the install.
The text was updated successfully, but these errors were encountered: