Windows:无法使用pyhton 3.8安装vtk

时间:2020-10-13 14:32:55

标签: python pip vtk

我在使用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安装它?

1 个答案:

答案 0 :(得分:0)

您应该查看以下链接。 Setting up VTK, with python3.8 and Ubuntu 20.04 它可能受支持,但需要进行一些手动调整。