Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x 获得';错误';关于每次运行tensorflow的消息_Python 3.x_Linux_Error Handling_Anaconda_Tensorflow2.0 - Fatal编程技术网

Python 3.x 获得';错误';关于每次运行tensorflow的消息

Python 3.x 获得';错误';关于每次运行tensorflow的消息,python-3.x,linux,error-handling,anaconda,tensorflow2.0,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 dy

通过运行以下命令,我已在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.
这很烦人,我如何才能删除此消息。我没有得到干净的信息,因为这一点。我不想使用TensorFlow的GPU版本。
请帮忙