windows + python2.7 安装tensorflow
2022/1/14 7:08:02
本文主要是介绍windows + python2.7 安装tensorflow,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
tensorflow目前已经不能在python2.7中安装了,只支持3.6和3.7
找了很久的解决方法,才在windows中的python2.7中安装了tensorflow
https://github.com/fo40225/tensorflow-windows-wheel
下载whl文件后pip install即可
提示
安装过程中可能会出现很多包下载不了,找不到的错误
在几个国内的镜像地址中找对应版本的whl文件,下载后安装whl文件,安装完whl文件后再重新安装tensorflow
pip install F:\patent\whl文件\tensorflow-1.10.0-cp27-cp27m-win_amd64.whl
py2.py3就是python2和3都可以支持,其他的包找对应的2的版本就可以了
1)Simple Index 阿里云
2)https://pypi.mirrors.ustc.edu.cn/simple/ 中国科技大学
3) Simple Index 豆瓣
4) Simple Index 清华大学
5) Simple Index 中国科学技术大学
这篇关于windows + python2.7 安装tensorflow的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-10-30tensorflow是什么-icode9专业技术文章分享
- 2024-10-15成功地使用本地的 NVIDIA GPU 运行 PyTorch 或 TensorFlow
- 2024-01-23供应链投毒预警 | 恶意Py包仿冒tensorflow AI框架实施后门投毒攻击
- 2024-01-19attributeerror: module 'tensorflow' has no attribute 'placeholder'
- 2024-01-19module 'tensorflow.compat.v2' has no attribute 'internal'
- 2023-07-17【2023年】第33天 Neural Networks and Deep Learning with TensorFlow
- 2023-07-10【2023年】第32天 Boosted Trees with TensorFlow 2.0(随机森林)
- 2023-07-09【2023年】第31天 Logistic Regression with TensorFlow 2.0(用TensorFlow进行逻辑回归)
- 2023-07-01【2023年】第30天 Supervised Learning with TensorFlow 2(用TensorFlow进行监督学习 2)
- 2023-06-18【2023年】第29天 Supervised Learning with TensorFlow 1(用TensorFlow进行监督学习 1)