-
Notifications
You must be signed in to change notification settings - Fork 35
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
KeyError: '@jupyterlab/apputils' when installing voyager? #75
Comments
@alston19 which version of jupyterlab are you using? |
I'm using jupyterlab 1.1.0a1. I first use old version but failed to build jupyterlab, so I upgrade it to v1.1.0a1 according to community.
|
@alston19 we've updated the package 8/14/2019 so far, this has been tested with jupyterlab 1.0.4 Could you try it with jupyterlab 1.0.4, now the alpha? Also posting the stacktrace would help if the error proceeds |
It seems my jupyterlab also broke down. I'll try it with 1.0.4 and will post the error log later. Thanks a lot! |
Facing the same issue with the new release of Jupyter Lab, version at 1.1.0 |
@dfdf Hi, this extension has only been tested with jupyterlab 1.0.4 -- please use with this version, as we may have to perform updates to use with 1.1.0 |
I'm running into this issue when trying to install Voyager using Docker and JupyterLab 1.0.4. For example, the following Docker file has a broken sidebar for me:
I can fix the sidebar problem by upgrading to 1.1.1, but then the Voyager installation fails. Originally, I was getting How are folks currently managing to install Voyager, given it's not yet compatible with JupyterLab 1.1.1, but lower version numbers have the problem with the sidebar? Thanks! |
@JamesSample very weird, I just tried with a Dockerfile created directly from your above code and it worked fine. I would assume now it may be more to your issue, is that all the code in your Dockerfile? |
@playermanny2. Thanks for your reply! Hmm, that is weird. Yes - that's the entire Docker file; my actual Docker file is more complicated, but I stripped it down to the minimal example here and I still have the same problem. It must be something to do with my system, as you suggest. I'll update here if I figure it out. |
@JamesSample I would try pruning your docker system, and also trying with the minimal or base jupyter image -- when you say broken sidebar, what are you referring to? |
@playermanny2 Thanks! I've run If I build the Dockerfile above and then launch JupyterLab using
I see the following Other extensions produce exactly the same problem, so this isn't specifically a Voyager issue: anything involving Thanks for your work on the Voyager2 extension - it's a great tool and I'll miss it until I get it working again! |
@JamesSample Ah, sorry I misread your original issue. I thought you meant the Docker image would not build at all. I also saw the sidebar issue after running the container...i'm not sure why this could be occuring. when i originally tested it these issues weren't occuring...I can only assume now the best option would be to potentially downgrade to 1.0.2 (as it seems from the referenced issue that could fix it) and in the meantime we will work on upgrading for jupyter 1.1.1 I currently have a working version using https://hub.docker.com/r/jupyter/all-spark-notebook but i haven't rebuilt the image for a few weeks... |
Hi there, I failed to install jupyterlab_voyager running
jupyter labextension install jupyterlab_voyager
as showed in README.md. It shows'KeyError:
@jupyterlab/apputils'`.I can install other extensions like toc and go-to-definition. How can I fix it? THANKS.
The text was updated successfully, but these errors were encountered: