usc-isi-i2 / kgtk

Knowledge Graph Toolkit
https://kgtk.readthedocs.io/en/latest/
MIT License
358 stars 57 forks source link

Dependency Problem: jupyter-client and rltk have conflicting requirements #688

Open CraigMiloRogers opened 2 years ago

CraigMiloRogers commented 2 years ago

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 commented 2 years ago
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)