32位windos装不了TensorFlow

花了2天时间在垃圾电脑(32位)上装TensorFlow
先是按着百度靠前的代码,一句一句的抄。
那个是适合64位的,32位也能装上,不能使用。浪费半天
然后跟着一个先搜索,再安装的教材装的。
有hesi_m/tensorflow r-tensorflow这两个是支持32位windos的
然后下载包,安装,失败,浪费半天。
后来查看 r-tensorflow的安装教程,用anaconda prompt安装好了 r-tensorflow,装了三次终于装好,欣喜若狂。
无法使用。
最后使用创建并激活 active r-tensorflow 仍然装不好tensorflow
百度 谷歌全找遍了。
没有,没有,真的没有。
浪费总共两天时间。
大家不要存有侥幸的心理,认为32位windos可以使用TensorFlow。
特别是对于小白,会浪费大量时间,还不如学点有用的东西。

anaconda show hesi_m/tensorflow

conda install tensorflow

We have searched for the packages in the following channels:

  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-32
  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch
  • https://repo.continuum.io/pkgs/main/win-32
  • https://repo.continuum.io/pkgs/main/noarch
  • https://repo.continuum.io/pkgs/free/win-32
  • https://repo.continuum.io/pkgs/free/noarch
  • https://repo.continuum.io/pkgs/r/win-32
  • https://repo.continuum.io/pkgs/r/noarch
  • https://repo.continuum.io/pkgs/pro/win-32
  • https://repo.continuum.io/pkgs/pro/noarch
  • https://repo.continuum.io/pkgs/msys2/win-32
  • https://repo.continuum.io/pkgs/msys2/noarch

anaconda search -t conda tensorflow --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-32
conda search tensorflow --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-32
anaconda search -t conda tensorflow

activate r-tensorflow

anaconda show r/r-tensorflow
conda install --channel https://conda.anaconda.org/r r-tensorflow
conda install --channel https://conda.anaconda.org/r r-tensorflow

conda install --channel https://conda.anaconda.org/r r-tensorflow
conda install --channel https://conda.anaconda.org/hesi_m tensorflow

pip install --ignore-installed --hesi_m tensorflow
pip install --ignore-installed r-tensorflow
pip install --ignore-installed hesi_m tensorflow

pip install C:\Users\user\Desktop\安装TensorFlow\tensorflow-1.11.0-py36_0\Lib\site-packages\tensorflow\tools\pip_package
setup.py pip安装本地包

你可能感兴趣的:(32位windos装不了TensorFlow)