报错:ipython 6.5.0 has requirement prompt-toolkit<2.0.0,>=1.0.15, but you'll have prompt-toolkit 2.0.15 which is incompatible.

时间:2019-10-10 11:01:32   收藏:0   阅读:524

pip install imagededup 时,报错:ipython 6.5.0 has requirement prompt-toolkit<2.0.0,>=1.0.15, but you‘ll have prompt-toolkit 2.0.15 which is incompatible.

原因: setuptools 版本太高

解决方法:

conda install -c conda-forge prompt_toolkit==1.0.15

(上面1.0.15可改范围1.0.15 ~2.0.0(包含1.0.15)间任意版本)

原文:https://www.cnblogs.com/xiaodai0/p/11646462.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!