From e075e87aa9b39b361a1572c3a3b14347d9540a99 Mon Sep 17 00:00:00 2001 From: mirror Date: Thu, 12 Sep 2024 09:23:41 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Maca=E4=BB=93=E5=BA=93=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=B7=A5=E5=85=B7=E5=B8=AE=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...3%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md b/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md index d32d139..acce76f 100644 --- a/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md +++ b/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md @@ -33,8 +33,8 @@ pip index versions triton -i https://mirror.metax-tech.com/maca-pypi/simple --tr ``` 4.在使用 `pip install triton==` 和 `pip index versions` 命令查看包版本时,用户可能会遇到根据系统 Python 版本不同,能够搜索到的包版本也不同的情况.例如: -- **Python 3.8** 系统环境:只能搜索到与 3.8 相关的包版本。 -- **Python 3.10** 系统环境:只能搜索到与 3.10 相关的包版本。 +- **Python 3.8** 系统环境:只能搜索到与 3.8 相关的包版本。 +- **Python 3.10** 系统环境:只能搜索到与 3.10 相关的包版本。 但当系统环境为 **Python 3.7** 或 **Python 3.9**或 **Python 3.11** 高于低于python3.8和python10 时,执行 `pip install triton==` 和`pip index versions triton` 命令可能会出现以下错误: could not find a version that satisfies the requirement ==