jupyterlab-desktop: Jupyter Server Not Found with Python 3.6.4 through pyenv
Hi, 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
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 31 (9 by maintainers)
@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.