TobiasGlaubach / jupyter-script-runner

THis repository is an automatic jupyter script running system, with a database behind it and a webpage as frontend
0 stars 0 forks source link

KATCP is incompatible with jupyter/notebook:scipy #1

Open TobiasGlaubach opened 4 weeks ago

TobiasGlaubach commented 4 weeks ago
(base) jovyan@3379a5b02965:~$ pip install katcp
Collecting katcp
  Downloading katcp-0.9.3-py3-none-any.whl (214 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.3/214.3 kB 9.9 MB/s eta 0:00:00
Collecting ply (from katcp)
  Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 12.5 MB/s eta 0:00:00
Collecting future (from katcp)
  Downloading future-1.0.0-py3-none-any.whl (491 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB 23.9 MB/s eta 0:00:00
Collecting tornado<5,>=4.3 (from katcp)
  Downloading tornado-4.5.3.tar.gz (484 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 484.2/484.2 kB 14.7 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: tornado
  Building wheel for tornado (setup.py) ... done
  Created wheel for tornado: filename=tornado-4.5.3-cp310-cp310-linux_x86_64.whl size=423446 sha256=e482efc3c5a91b3c10d264eb93eaf6559119016a7c98c10eb508060d4e3cbdff
  Stored in directory: /home/jovyan/.cache/pip/wheels/7a/fc/0f/8294151792cdc6cd7041df1467dbb536b4cff20d161d58501c
Successfully built tornado
Installing collected packages: tornado, ply, future, katcp
  Attempting uninstall: tornado
    Found existing installation: tornado 6.3.2
    Uninstalling tornado-6.3.2:
      Successfully uninstalled tornado-6.3.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
bokeh 3.1.1 requires tornado>=5.1, but you have tornado 4.5.3 which is incompatible.
distributed 2023.5.1 requires tornado>=6.0.4, but you have tornado 4.5.3 which is incompatible.
ipykernel 6.23.1 requires tornado>=6.1, but you have tornado 4.5.3 which is incompatible.
jupyter-client 8.2.0 requires tornado>=6.2, but you have tornado 4.5.3 which is incompatible.
jupyter-server 2.6.0 requires tornado>=6.2.0, but you have tornado 4.5.3 which is incompatible.
jupyterhub 4.0.0 requires tornado>=5.1, but you have tornado 4.5.3 which is incompatible.
jupyterlab 4.0.1 requires tornado>=6.2.0, but you have tornado 4.5.3 which is incompatible.
nbclassic 1.0.0 requires tornado>=6.1, but you have tornado 4.5.3 which is incompatible.
notebook 6.5.4 requires tornado>=6.1, but you have tornado 4.5.3 which is incompatible.
terminado 0.17.1 requires tornado>=6.1.0, but you have tornado 4.5.3 which is incompatible.
Successfully installed future-1.0.0 katcp-0.9.3 ply-3.11 tornado-4.5.3
(base) jovyan@3379a5b02965:~$ 
TobiasGlaubach commented 4 weeks ago
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
katcp 0.9.3 requires tornado<5,>=4.3, but you have tornado 6.3.2 which is incompatible.
Successfully installed tornado-6.3.2