(base) C:\Users\HUAWEI>conda activate cpu_2.5.0
(cpu_2.5.0) C:\Users\HUAWEI>python -m pip install intel-extension-for-pytorch==2.5.0 --pre --extra-index-url https://pypi.anaconda.org/intel/simple
Looking in indexes: https://pypi.org/simple, https://pypi.anaconda.org/intel/simple
ERROR: Could not find a version that satisfies the requirement intel-extension-for-pytorch==2.5.0 (from versions: none)
ERROR: No matching distribution found for intel-extension-for-pytorch==2.5.0
为什么会出现这种情况,该如何解决?我问deepseek,它说现在PyTorch 2.5.0 对应的 IPEX 2.5.0 尚未正式发布,可是我在https://github.com/intel/intel-extension-for-pytorch/releases/tag/v2.5.0%2Bcpu找到了2.5.0版本的源代码压缩包了,应该是已经发布了,而且在https://pypi.org/project/intel-extension-for-pytorch/2.5.0/官网上也是可以找到的。所以到底是哪里出错了?我该怎么解决?