【发布时间】:2021-04-10 04:47:06
【问题描述】:
我正在尝试使用"!pip install tensorflow"(在 python 3.8 上)安装 tensorflow,但我得到的是以下错误消息:
tf-nightly 2.5.0.dev20210102 requires grpcio~=1.34.0, but you'll have grpcio 1.32.0 which is incompatible.
tf-nightly 2.5.0.dev20210102 requires h5py~=3.1.0, but you'll have h5py 2.10.0 which is incompatible.
tf-nightly-gpu 2.5.0.dev20210102 requires grpcio~=1.34.0, but you'll have grpcio 1.32.0 which is incompatible.
tf-nightly-gpu 2.5.0.dev20210102 requires h5py~=3.1.0, but you'll have h5py 2.10.0 which is incompatible.
我该如何解决这个问题?
【问题讨论】:
标签: python-3.x tensorflow gpu