gpt-jupyterlab icon indicating copy to clipboard operation
gpt-jupyterlab copied to clipboard

Error installing gpt-jupyterlab package due to missing jupyter-server distribution

Open BoothGianni opened this issue 2 years ago • 1 comments

I am encountering an error while trying to install the gpt-jupyterlab package using pip. The error message is: ERROR: Could not find a version that satisfies the requirement jupyter-server<3,>=1.21 (from gpt-jupyterlab) (from versions: ...) ERROR: No matching distribution found for jupyter-server<3,>=1.21

btw: my jupyter version: Selected Jupyter core packages... IPython : 7.0.1 /usr/local/lib/python3.6/site-packages/jupyter_client/channels.py:15: VisibleDeprecationWarning: zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed. Install tornado itself to use zmq with the tornado IOLoop.

from .session import Session ipykernel : 5.1.0 ipywidgets : 7.4.2 jupyter_client : 7.1.2 jupyter_core : 4.9.2 jupyter_server : 1.13.1 jupyterlab : 3.0.0 nbclient : 0.5.9 nbconvert : 6.0.7 nbformat : 5.1.3 notebook : 5.7.0 qtconsole : 4.4.2 traitlets : 4.3.2

It seems that the installation is failing because a compatible version of the jupyter-server package cannot be found. I have tried installing different versions of jupyter-server, but none of them seem to work.

Could someone please help me resolve this issue? Any suggestions or guidance would be greatly appreciated.

Thank you.

BoothGianni avatar Feb 28 '23 07:02 BoothGianni