kgtk icon indicating copy to clipboard operation
kgtk copied to clipboard

Dependency Problem: jupyter-client and rltk have conflicting requirements

Open CraigMiloRogers opened this issue 2 years ago • 1 comments

make requirements fails due to a dependency conflict:

distributed 2022.11.1 requires tornado<6.2,>=6.0.3, but you have tornado 6.2 which is incompatible.
jupyter-client 7.4.7 requires tornado>=6.2, but you have tornado 6.1 which is incompatible.

CraigMiloRogers avatar Nov 23 '22 20:11 CraigMiloRogers

Requirement already satisfied: distributed>=1.23 in /home/rogers/miniconda3/envs/kgtk6/lib/python3.9/site-packages (from rltk->-r requirements-full.txt (line 3)) (2022.11.1)

CraigMiloRogers avatar Nov 23 '22 21:11 CraigMiloRogers