Jupyter Server Not Found with Python 3.6.4 through pyenv
See original GitHub issueHi, I am able to launch jupyterlab from the command line but unable to do it through the app. I receive:
We were unable to launch a Jupyter server, which is a prerequisite for JupyterLab Native. If Jupyter is already installed, but it is not in your PATH, specify its location below. Otherwise, try installing or updating Jupyter. The Jupyter notebook version must be 4.3.0 or greater.
My package versions are the following:
jupyter==1.0.0
jupyter-client==5.2.2
jupyter-console==5.2.0
jupyter-core==4.4.0
jupyterlab==0.31.5
jupyterlab-launcher==0.10.3
notebook==5.4.0
I use pyenv and jupyterlab is available through the PATH variable (I checked on the cli).
I am on MacOS 10.13.2 (17C205).
Thanks, Francesco
Issue Analytics
- State:
- Created 6 years ago
- Comments:31 (9 by maintainers)
Top Results From Across the Web
Why do I get the error “pyenv: jupyter: command not found, the ...
When you see this jupyter: command not found error, it's pyenv doing its best to keep you from using a Jupyter attached to...
Read more >jupyter not using version set by pyenv
I found this gist which is pretty simple: #!/bin/sh if [ "$PYENV_VERSION" -ne "" ] then name=`pyenv version-name` python=`pyenv which ...
Read more >Installing the IPython kernel — IPython 8.7.0 documentation
The IPython kernel is the Python execution backend for Jupyter. The Jupyter Notebook and other frontends automatically ensure that the IPython kernel is ......
Read more >What's New In Python 3.9 — Python 3.11.1 documentation
a number of Python builtins (range, tuple, set, frozenset, list, dict) are now sped up using PEP 590 vectorcall;. garbage collection does not...
Read more >pyenv init not working - You.com | The AI Search Engine ...
It sounds like, because of which python not saying it's the shim, you don't have the bin/shims path first in your PATH envvar....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@klonuo We don’t yet have a new version of the binary for the latest release of jupyterlab, so in the meantime the old binary will be broken. I would recommend build the development version in the meantime.
I’m closing this issue, but feel free to reopen if the development version is broken for you or for any other related reason.
Hello, I’m having a similar issue where neither Notebook nor Lab will load. Lab will give the below error, and a fix is below for people who are running into the same problems:
For some reason, I’m not able to Ctrl-C either of these processes and have to
kill -9
them.The fix!
FYI the fix was uninstalling everything related to Jupyter and reinstalling…