我在使用python 3.8.1和pip 20.2.3的Windows 10上。
当我跑步时
$ pip install vtk
我收到以下错误:
ERROR: Could not find a version that satisfies the requirement vtk (from versions: none)
ERROR: No matching distribution found for vtk
与$ pip3 install vtk
相同。
在No matching distribution found for vtk error上g.stevo回答说vtk具有python 3.8支持,那为什么不起作用?
我还下载了vtk 9.0.1的车轮,但是运行$ pip install vtk-9.0.1-cp38-cp38-win_amd64.whl
时出现以下错误:
ERROR: vtk-9.0.1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
我是否必须降级到python 2.7才能安装vtk,还是可以用pyhton 3.8安装它?