我在Windows10上使用Virtualbox运行Ubuntu
我按照Tensorflow官方网站上的说明,使用pip3 install --upgrade tensorflow
在终端中安装了Tensorflow CPU版本。当我尝试将安装验证为import tenorflow as tf
时,它显示以下错误:
Traceback (most recent call last):
File "<stdin>", line1, in <module>
ImportError: No module named tensorflow
我该怎么做才能解决此错误?