我可以看到安装指南: https ://docs.cupy.dev/en/stable/install.html 已经过时了,并且在 v9.0.0a2 的 Github 发布页面上有注释: https ://github.com/ cupy/cupy/releases/tag/v9.0.0a2 声明支持 CUDA v11.1 的旧版本一开始就不起作用,作为响应,所有轮子都已从 PyPi 中删除。尝试使用更新的 pip 安装 CuPy,没有一个轮子支持。那么是否还有适用于 Windows 的版本(对于任何 CUDA 版本)?我可以从源代码在 Windows 上构建更新的 v9.0.0b1 吗?
C:\Windows\system32>python -m pip install -U setuptools pip
Requirement already satisfied: setuptools in c:\users\c\appdata\local\programs\python\python38-32\lib\site-packages (51.1.2)
Requirement already satisfied: pip in c:\users\c\appdata\local\programs\python\python38-32\lib\site-packages (20.3.3)
C:\Windows\system32>pip install cupy-cuda111
ERROR: Could not find a version that satisfies the requirement cupy-cuda111
ERROR: No matching distribution found for cupy-cuda111