python遇到错误ImportErrorcannotimportname'create

更新时间:01-25 教程 由 傲骨 分享

你是不是装了jupyter包,这个包依赖prompt-toolkit版本是2.0.0以上的版本,而ipython包依赖的是1.0.15的版本,估计是装Jupyter时,将版本更新了,所以运行的时候报错你把版本切成1.0.15即可pipinstall--upgradeprompt-toolkit==1.0.5

声明:关于《python遇到错误ImportErrorcannotimportname'create》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2104326.html