Update Maca仓库使用工具帮助
parent
67a2965cc1
commit
73f262a4ea
@ -30,17 +30,3 @@ pip install triton== -i https://mirror.metax-tech.com/maca-pypi/simple --trust
|
|||||||
pip index versions triton -i https://mirror.metax-tech.com/maca-pypi/simple --trusted-host mirror.metax-tech.com
|
pip index versions triton -i https://mirror.metax-tech.com/maca-pypi/simple --trusted-host mirror.metax-tech.com
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
|
||||||
4.在使用 `pip install triton==` 和 `pip index versions` 命令查看包版本时,用户可能会遇到根据系统 Python 版本不同,能够搜索到的包版本也不同的情况.例如:
|
|
||||||
|
|
||||||
- **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 <package>==
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
5.考虑到maca pypi包在安装过程中依赖第三方源,https://mirror.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‘
|
|
||||||
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user