更新tensorflow-gpu后,为什么仍使用旧版本?

时间:2019-04-23 09:44:30

标签: python tensorflow pip anaconda

我将我的tensorflow-gpu从1.4.0更新到了1.13.1版本。但是当我导入tensorflow时,它仍然使用旧版本。 喜欢:

common@Dell-7920:~/Brain$ python3 -c'import tensorflow as tf; print(tf.__version__)'
1.4.0
common@Dell-7920:~/Brain$ pip3 list | grep tensor
tensorboard                        1.13.1
tensorflow-estimator               1.13.0
tensorflow-gpu                     1.13.1
tensorflow-tensorboard             0.4.0

pip3仅显示系统中的新版本。但是旧版本已导入。

更新:

common@Dell-7920:~/Brain$ conda list| grep tensor
tensorflow-gpu            1.4.0                     <pip>
tensorflow-tensorboard    0.4.0                     <pip>

tensorflow版本是conda中的旧版本。

1 个答案:

答案 0 :(得分:0)

Pip和Conda配合不好。您可以使用Pip或Conda。

您应该可以使用$bookedQuery->setQuery('some query builder instance')

更新tensorflow软件包