-
Notifications
You must be signed in to change notification settings - Fork 6
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
Getting 404 (in console) after installing tabnine, autocompletion not working #14
Comments
Hi @theevann |
@bilucodota
|
Hi @theevann, I'm unable to reproduce the issue using the provided python env. Can you please try to create a new virtual env and see if it reproduces? |
@bilucodota I have the issue that I only see 404 errors on the console while using the extension. A 404 error is printed every 10 seconds or whenever I type. I am happy to help debug this further, but I don't even know where to start looking. I use python 3.9.7 on Fedora 34. These are the versions of the Jupyter related packages:
The Tabnine extension has a red bar on the left, in the Jupyter extension manager. The extension manager does not show further details though, why that is.
Full list of
|
Can you try:
|
@bilucodota I am already using the newest jupyterlab version, i.e., 3.1.11. You can see it is the latest release https://github.com/jupyterlab/jupyterlab/releases/tag/v3.1.11 $ pip install --upgrade jupyterlab jupyterlab_tabnine
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: jupyterlab in ./.local/lib/python3.9/site-packages (3.1.11)
Collecting jupyterlab_tabnine
Using cached jupyterlab_tabnine-0.0.24-py3-none-any.whl (178 kB)
Requirement already satisfied: ...
# Above line repeated for multiple packages
Installing collected packages: jupyterlab-tabnine
Successfully installed jupyterlab-tabnine-0.0.24
$ which jupyter
/home/jbushart/.local/bin/jupyter |
I also encountered this problem |
alembic==1.7.4 |
I installed tabnine for jupyterlab with
Autocompletion is not working anymore and I see this in the dev console:
The text was updated successfully, but these errors were encountered: