Python 2.7 安装pandas时出错

Python 2.7 安装pandas时出错,python-2.7,Python 2.7,我在ubuntu中安装pandas时遇到这个错误 tensorflow 1.4.1需要Backport.weakref>=1.0rc1,但未安装。 tensorflow 1.4.1要求tensorflow tensorboard=0.4.0rc1,但您需要的tensorflow tensorboard 1.5.1不兼容 需要做什么?仅安装weakref模块 pip install weakref

我在ubuntu中安装pandas时遇到这个错误

tensorflow 1.4.1需要Backport.weakref>=1.0rc1,但未安装。 tensorflow 1.4.1要求tensorflow tensorboard=0.4.0rc1,但您需要的tensorflow tensorboard 1.5.1不兼容


需要做什么?

仅安装weakref模块

pip install weakref