Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CraigMiloRogers opened this issue Nov 23, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@CraigMiloRogers
Copy link
Collaborator

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 CraigMiloRogers added the bug Something isn't working label Nov 23, 2022
@CraigMiloRogers CraigMiloRogers self-assigned this Nov 23, 2022
@CraigMiloRogers CraigMiloRogers added this to To do in KGTK Development via automation Nov 23, 2022
@CraigMiloRogers
Copy link
Collaborator Author

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 CraigMiloRogers changed the title Dependency Problem: tornado Dependency Problem: jupyter-client and rltk have conflicting requirements Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant