0

在运行最新的 chaquopy 时,我遇到了错误:

Collecting tensorflow==1.13.1
  Could not find a version that satisfies the requirement tensorflow==1.13.1 (from versions: 1.10.1)
No matching distribution found for tensorflow==1.13.1

我想知道内部 chaquopy pip 是否太旧并且需要升级。这怎么可能?

4

1 回答 1

1

问题不是 pip 的版本,而是 TensorFlow 的版本。如消息所示,尝试将您的项目更改为使用 1.10.1 版本。

于 2019-07-23T21:04:10.620 回答