From a03b9915c1626456cf66638672456ffc8aaefe3a Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 20 Sep 2024 16:47:34 +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 --- ...E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 522da52..f8f8b63 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 @@ -18,7 +18,7 @@ yum install -- 安装指定版本 ### 3.PYPI ``` 1. pip 21.0 及更早版本:在 pip 21.0 及之前的版本,可以使用pip install == 方式触发错误并列出包的所有可用版本 -pip install triton== -i https://repos.metax-tech.com/maca-pypi/simple --trusted-host repos.metax-tech.com +pip install triton== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` ``` @@ -27,7 +27,7 @@ pip install triton== -i https://repos.metax-tech.com/maca-pypi/simple --truste ``` 3. 使用 pip index versions 命令:从 pip 21.0 之后开始,pip 引入了命令 pip index versions,用于列出某个包的所有版本. -pip index versions triton -i https://repos.metax-tech.com/maca-pypi/simple --trusted-host repos.metax-tech.com +pip index versions triton -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` ``` @@ -41,6 +41,6 @@ could not find a version that satisfies the requirement == ``` ``` -5.考虑到maca pypi包在安装过程中依赖第三方源,https://repos.metax-tech.com/maca-pypi/simple代理了清华源和阿里源,当`pip install triton==` 和 `pip index versions triton` 包名和第三方源包名相同,区别公司包版本:'2.0.0+mc2.23.0.23,2.1.2+metax2.24.05' +5.考虑到maca pypi包在安装过程中依赖第三方源,https://repos.metax-tech.com/r/maca-pypi/simple代理了清华源和阿里源,当`pip install triton==` 和 `pip index versions triton` 包名和第三方源包名相同,区别公司包版本:'2.0.0+mc2.23.0.23,2.1.2+metax2.24.05' ```