-
Notifications
You must be signed in to change notification settings - Fork 18
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
Installation freezes on Resolving packages... @oriolmirosa/jupyterlab_materialdarker@file:../extensions/oriolmirosa-jupyterlab_materialdarker-0.3.0.tgz #3
Comments
Are you on node 10? There are reports of this happening with jupyterlab extensions if node 10 is installed. Downgrade to a node 9 version and try again. Let me know if this is still happening then. |
Had to downgrade to node 8 and then I managed to install it. But then I ran into another issue -- after launching jupyter and selecting this theme, I got an error in my browser: Error Loading Theme -- Stylesheet failed to load: /lab/api/themes/MaterialDarker/index.css I was then unable to interact with the page and the only way to recover jupyter was to uninstall this extension. |
Hmm... I have only seen a problem like this when I have tried to install the extension on a jupyterhub instance and I had issues with user permissions. Are you installing this on your own system? What is the application directory in |
Yep, I'm installing it on my system. The application directory you were wondering about is /anaconda3/share/jupyter/lab and I do have permissions to access it, I was running the installation in sudo mode. |
That might be the issue. If you install with |
I am not sure if it can help, but I am not using anaconda and I am having the same problem. |
@universvm, what version of Node are you using? |
@oriolmirosa I was using 10.3 but even after updating to 10.6 the problem persists. |
@universvm As I mentioned earlier in the thread, this is a known problem of jupyterlab with Node 10. If you downgrade to Node 9 the problem should go away. Can you give it a try? |
@oriolmirosa I can't downgrade unfortunately as I am on a work laptop. Is there really no alternative? Could you also provide a solution to the following problem, I can't seem to get rid of this error message... |
@universvm The build message would disappear if you were able to install the extension. As far as I know, the original problem is a general issue with jupyterlab, which is not unexpected given that jupyterlab is still in beta. I saw that the first release candidate of jupyterlab 0.33 was pushed a few days ago, so you could install that (or wait until the official 0.33 release soon) to see if the issue with node 10 is fixed. |
Hi, I managed to install it and set my color theme, however that "Build Recommended" message appears every time I started jupyterlab.. any ideas? thanks |
Everyone, I had a similar issue with another jupyterlab extension (before I come to this extension). This comment helps me fix the problem without downgrading my node 10. I'm on Ubuntu 16.04, Anaconda 4.5.8, Python 3.6, Jupyterlab 0.32.1 |
Thanks @thongnnguyen :) This worked for me with no downgrade of
macOS 10.13.6, Node v10.7.0 (via |
Jupyterlab 0.34 contains this change:
This issue should be resolved then. Please feel free to re-open if the problems continue. Thanks everyone! |
After running
jupyter labextension install @oriolmirosa/jupyterlab_materialdarker
the installation appears to freeze after about a minute. Here is the log:I've given it over an hour to finish before giving up. Now every time I launch jupyter lab it's saying "@oriolmirosa/jupyterlab_materialdarker needs to be included in build" and asks me to start the build process.
Any suggestions on how I might fix this?
Many thanks!
The text was updated successfully, but these errors were encountered: