每次运行 tensorflow 时都会收到“错误”消息

时间:2021-05-15 13:24:42

标签: python-3.x linux error-handling anaconda tensorflow2.0

我已经通过运行以下命令在 anaconda 终端的 base 环境中安装了 TensorFlow:

pip install tensorflow

tensorflow 安装版本是 2.5.0。 Python 版本是 3.8.5。但是,每当我尝试运行 TensorFlow 模块时,都会收到以下消息:

2021-05-15 18:45:55.258596: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load 
dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file 
or directory 2021-05-15 18:45:55.258687: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above 
cudart dlerror if  you do not have a GPU set up on your machine.

这很烦人,我该如何删除此消息。因此,我没有收到干净的消息。我不想使用 GPU 版本的 TensorFlow。
请帮忙!

0 个答案:

没有答案