无法安装tensorflow CPU-Onlyon python 3.8

时间:2020-06-26 04:56:19

标签: python tensorflow

我正在尝试安装these的仅CPU版本的tensorflow轮,但是,无论使用什么操作系统,都会出现相同的错误。注意:我没有nvidia gpu,我的gpu也不支持cuda。

python版本3.8.3

pip版本20.1.1

$ py -m pip install https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.2.0-cp38-cp38-win_amd64.whl

ERROR: tensorflow_cpu-2.2.0-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.

我必须使用conda吗?从我阅读的内容来看,w / python 3.8+我需要拥有tensorflow 2.2+版本。我想我可以安装早期的tensorflow版本,例如1.11或1.12 w / python 3.6 ...

0 个答案:

没有答案