Failure installing VTK from PyPI on x86_64
问题 I know that VTK is now available as a wheel in PyPI (https://pypi.python.org/pypi/vtk/8.1.0) but I am not able to install it. Is there a way around this? When I try this is what I get: $ pip install vtk Collecting vtk Could not find a version that satisfies the requirement vtk (from versions: ) No matching distribution found for vtk I have tried pointing to the wheel's URL but still the same problem. $ pip install https://pypi.python.org/packages/13/7f