wins 安装 tensorflow keras

1.python版本

python版本3.12,安装tensorflow会报错:

经过多次实验,使用的python版本是3.9.0

2.安装tensorflow

a. pip install --trusted-host http://mirrors.aliyun.com/pypi/simple/ tensorflow==2.6.0 

速度有点慢,半个多小时了还会报超时错误,不推荐

b.pip install tensorflow -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

速度还行,可以接受, keras也会同时安装成功,推荐

你可能感兴趣的:(tensorflow,keras,人工智能)