You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
csala
changed the title
Curate dependencies
Curate dependencies: specify an explicit prompt-toolkit version range
Dec 6, 2019
On 6th December 2019, MLPrimitives==0.2.4.dev
make install-develop
command shows the following warning:This is caused because of
pip
pulling a higher version ofprompt-toolkit
, which is required without upper level limit by some other library before thejupyter-console
dependencies are analyzed.It should be avoided by explicitly specifying a
prompt-toolkit
dependency range compatible withjupyter-console
The text was updated successfully, but these errors were encountered: