简体   繁体   English

Tensorflow 安装 Mac 报错:无法找到匹配的发行版

[英]Tensorflow installation Mac error: unable to find matching distribution

I am attempting to install TensorFlow on my Macintosh computer.我正在尝试在我的 Macintosh 计算机上安装 TensorFlow。 I was following the instructions as provided on their website when I reached a problem.当我遇到问题时,我正在按照他们网站上提供的说明进行操作。 I had established a virtual environment in the MacOS terminal and attempted to use pip to install TensorFlow with the command我在MacOS终端建立了一个虚拟环境,尝试使用pip安装TensorFlow,命令如下

pip install tensorflow

when I received the following message:当我收到以下消息时:

Collecting tensorflow
  Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

How can I resolve this?我该如何解决这个问题? Thank you for any assistance you can provide.感谢您提供的任何帮助。

Sincerely, Suren Grigorian此致,苏伦·格里高利安

尝试使用 python3 -m pip3 install --upgrade pip3 更新 pip 并通过使用 pip3 install tensorflow==2.3.1 指定 tensorflow 版本重试

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Mac上的TensorFlow安装错误 - TensorFlow installation error on Mac Mac using:Could not find a version that satisfied the tensorflow (from versions:) No matching distribution found for tensorflow - Mac using:Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow 错误:未找到 tensorflow 的匹配分布 - ERROR: No matching distribution found for tensorflow 错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:没有找到 tensorflow 的匹配分布) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) 错误:找不到满足 tensorflow==2.1.0 要求的版本,并且未找到 tensorflow==2.1.0 的匹配分布 - ERROR: Could not find a version that satisfies the requirement tensorflow==2.1.0 and No matching distribution found for tensorflow==2.1.0 Python安装错误找不到与pyplot匹配的分布 - Python installation error no matching distribution found for pyplot 在Win7x64上安装TensorFlow(没有匹配的发行版/不支持的轮子) - TensorFlow installation on Win7x64 (no matching distribution / not a supported wheel) pip 错误:没有为 tensorflow==1.6.0 找到匹配的分布 - pip ERROR: No matching distribution found for tensorflow==1.6.0 安装tensorflow时出错:找不到与tensorflow匹配的分布 - Error while installing tensorflow: No matching distribution found for tensorflow 在Mac上安装后找不到ipython - Unable to find ipython after installation on Mac
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM