简体   繁体   English

如何修复:错误:找不到满足tensorflow-gpu == 1.14.0要求的版本(来自版本:无)

[英]How to fix : ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.14.0 (from versions: none)

I am currently having an issue with the installation of the Tensorflow GPU on mac os 我目前在Mac OS上安装Tensorflow GPU时遇到问题

I have uninstalled tensorflow 1.14 and trying to install tensorflow 1.14 GPU in order to train a model. 我已卸载tensorflow 1.14并尝试安装tensorflow 1.14 GPU以训练模型。

(deepspeech-venv) Chabanis-MacBook-Pro:Deepspeech chabani$ pip3 install 'tensorflow-gpu==1.14.0'
Collecting tensorflow-gpu==1.14.0
  ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.14.0 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.14.0

I expected that this would have installed the Tensorflow GPU 1.14 properly. 我预计这将正确安装Tensorflow GPU 1.14。 Where am I going wrong here? 我在哪里错了?

According to this there is no GPU support on mac 根据这个没有在Mac上没有GPU的支持

macOS 10.12.6 (Sierra) or later (64-bit) ( no GPU support ) macOS 10.12.6(Sierra)或更高版本(64位)( 不支持GPU

No GPU support on Mac is mentioned also here 这里也没有提到Mac上的GPU支持

There is no GPU support for macOS. macOS不支持GPU。

暂无
暂无

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

相关问题 错误:找不到满足 tensorflow 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) 找不到满足要求的版本 tensorflow-gpu==1.7.0 - Could not find a version that satisfies the requirement tensorflow-gpu==1.7.0 错误:找不到满足要求 tensorflow==1.14.0 的版本 - ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:没有找到 tensorflow 的匹配分布) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) 错误:找不到满足 pyautogui 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement pyautogui (from versions: none) 错误:找不到满足要求时间的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement time (from versions: none) 错误:找不到满足Deepcorrect要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement deepcorrect (from versions: none) 错误:找不到满足要求 webdriver 的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement webdriver (from versions: none) 错误:找不到满足 csv 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement csv (from versions: none) 错误:找不到满足 busio 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement busio (from versions: none)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM