python - 尝试使用 Anaconda-navigator 安装 Tensorflow 但在导航器中找不到该包

标签 python tensorflow installation anaconda

我正在尝试使用 Anaconda-navigator 安装 Tensorflow,但在导航器中找不到该包。

tesnorflow not displayed in not installed section

我还没有安装任何额外的软件包,如 keras、openCV 等。因此它们必须显示在上面的部分中。

我还尝试在所有部分中搜索 TensorFlow

enter image description here

还尝试了与基础(根)环境相同的操作。 请帮忙。 甚至尝试使用cmd提示符安装tensorflow。这会引发错误 因此我想仅使用导航器安装它。 预先感谢您

最佳答案

Tensorflow 不在“默认”anaconda channel 中。它位于 conda-forge 上。要将 conda-forge 添加到您的 channel :

  1. 点击“channels”(搜索 TensorFlow 位置的左侧)
  2. 点击“添加”
  3. 将此网址粘贴到:https://conda.anaconda.org/conda-forge/
  4. 按回车键
  5. 按“更新 channel ”
  6. 现在再次搜索,应该就在那里!

conda-forge added to channels

来源:https://conda-forge.org/docs/user/introduction.html

关于python - 尝试使用 Anaconda-navigator 安装 Tensorflow 但在导航器中找不到该包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64606540/

相关文章:

python - python套接字服务器在发送数据后挂起

python - 无法在 Tensorflow v2 中创建不可训练的变量

tensorflow - 将 Pyspark Dataframe 写入 TFrecords 文件

ruby - 使用 rbenv BUILD FAILED 安装 ruby​​-2.0.0-p0

java - 无法在 Mac 上安装 Java 运行时 (6)

python - 合并 Pandas 中的两个数据框

python - 使用 Flask,我如何将 robots.txt 和 sitemap.xml 作为静态文件提供?

python - 安装 PyTorch 1.4 的问题 - "No matching distribution found for torch===1.4.0"

全局变量的 Python 替代品

python - 如何使用 tf.constant 或 numpy 数组初始化 tf.Variable?