Skip to content

Curate dependencies: specify an explicit prompt-toolkit version range #224

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

Closed
csala opened this issue Dec 6, 2019 · 0 comments · Fixed by #225
Closed

Curate dependencies: specify an explicit prompt-toolkit version range #224

csala opened this issue Dec 6, 2019 · 0 comments · Fixed by #225
Assignees
Labels
bug There is an error in the code that needs to be fixed
Milestone

Comments

@csala
Copy link
Contributor

csala commented Dec 6, 2019

On 6th December 2019, MLPrimitives==0.2.4.dev make install-develop command shows the following warning:

ERROR: jupyter-console 6.0.0 has requirement prompt-toolkit<2.1.0,>=2.0.0, but you'll have prompt-toolkit 3.0.2 which is incompatible.

This is caused because of pip pulling a higher version of prompt-toolkit, which is required without upper level limit by some other library before the jupyter-console dependencies are analyzed.

It should be avoided by explicitly specifying a prompt-toolkit dependency range compatible with jupyter-console

@csala csala changed the title Curate dependencies Curate dependencies: specify an explicit prompt-toolkit version range Dec 6, 2019
@csala csala added this to the 0.2.4 milestone Dec 6, 2019
@csala csala self-assigned this Dec 6, 2019
@csala csala closed this as completed in #225 Dec 6, 2019
@csala csala added the bug There is an error in the code that needs to be fixed label Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There is an error in the code that needs to be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant