tensorflow 错误:无法安装-r requirements.txt(第40行)和tensorboard==2.0.2,因为这些包版本具有冲突的依赖项

wqnecbli  于 2023-03-24  发布在  其他
关注(0)|答案(1)|浏览(252)

在安装需求时,我收到错误Cannot install -r requirements.txt(第40行)和tensorboard==2.0.2,因为这些软件包版本具有冲突的依赖项。
冲突的原因是:用户请求的tensorboard==2.0.2 tensorflow 2.3.1依赖于tensorboard〈3和〉=2.3.0 [enter image description here](https://i.stack.imgur.com/ixOw4.png
enter image description here

iklwldmw

iklwldmw1#

您必须更新您的requirements.txt。Tensorflow需要更高版本的tensorboard包才能安装。您必须从requirements.txt中删除它或更新版本。

相关问题