简体   繁体   English

安装熊猫时出错

[英]Error while installing pandas

I am getting this error while installing pandas in ubuntu.... 在ubuntu中安装熊猫时出现此错误。

tensorflow 1.4.1 requires backports.weakref>=1.0rc1, which is not installed. tensorflow 1.4.1需要backports.weakref> = 1.0rc1,尚未安装。 tensorflow 1.4.1 has requirement tensorflow-tensorboard<0.5.0,>=0.4.0rc1, but you'll have tensorflow-tensorboard 1.5.1 which is incompatible. tensorflow 1.4.1要求tensorflow-tensorboard <0.5.0,> = 0.4.0rc1,但是您将拥有不兼容的tensorflow-tensorboard 1.5.1。

What needs to be done? 需要做什么?

仅安装weakref模块

pip install weakref

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM