我一直在尝试下载tensorflow和numpy,这样当我在python 3.5空闲时运行它们时它们会工作(tensorflow似乎可以使用的最新模型)。我已经下载了python 3.6和3.5,我似乎无法将我下载的任何内容(numpy到目前为止)应用于3.6以外的任何内容。我不确定这是否与我通过命令行调用它们的路径有关,但我想知道是否有这种情况的答案。
答案 0 :(得分:0)
1]使用pip
包管理器
pip
为您安装numpy:pip install numpy
python get-pip.py
pip
为您安装张量流:pip install tensorflow
2]使用 Anaconda 或 Miniconda (推荐)
conda
是Anaconda和Miniconda的包裹经理numpy
包,因此无需明确安装numpy
numpy
。运行以下命令以安装numpy:conda install numpy
conda install -c conda-forge tensorflow
或仅conda install tensorflow
pip
。您可以使用Anaconda的pip来运行pip install tensorflow
=============================================== ============================
"command" is not recognized as an internal or external command
表示您未指定pip
或python
或conda
1}的绝对路径LI>
PATH
export PATH=$PATH:/path/to/dir
变量