Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/332.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在PowerPC ppc64le上安装Tensorflow失败_Python_Tensorflow_Pip_Powerpc_Rhel7 - Fatal编程技术网

Python 在PowerPC ppc64le上安装Tensorflow失败

Python 在PowerPC ppc64le上安装Tensorflow失败,python,tensorflow,pip,powerpc,rhel7,Python,Tensorflow,Pip,Powerpc,Rhel7,我正在尝试在Rhel 7.6 ppc64le上安装tensorflow。我已经安装了Python 3.6.3 错误: pip install tensorflow ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow 希望在此问题上获得帮助。 环境:Rh

我正在尝试在Rhel 7.6 ppc64le上安装tensorflow。我已经安装了Python 3.6.3

错误:

pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
希望在此问题上获得帮助。
环境:Rhel 7.6-ppc64le

python:3.6.3

它失败了,因为它在pypi上找不到任何适合您的设置的内容。如果选中,您将看到只有控制盘文件可用,并且仅适用于基于x86或x64的系统。对于ppc64le,则没有

不过,您有一些选择:

  • 从源代码生成,请参阅
  • 使用miniconda,因为在支持您的体系结构的默认通道中有一个用于
    tensorflow
    的conda包

  • 您可以尝试使用Anaconda安装TensorFlow,Anaconda有时可以在较旧的CPU上安装TensorFlow

    > conda create -n tf_env tensorflow=2