老师,有个安装tensorflow的问题一直弄了几天了,都没能解决,所有步骤都是按官网上要求的,在virtualenv下激活tensorflow, 然后用python后,import tensorflow, 就会报tensorflow没有安装,也尝试用网上说的装gpu版本,直接提示“ERROR: No matching distribution found for tensorflow-gpu”。该怎么办呢
Python 3.7.3 (default, Jun 19 2019, 07:38:49)
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
import tensorflow as tf
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘tensorflow’