Python pip install 9.0.1 not installing

I am calling vtk from requirements.txt but it could not find the latest version

Could not find a version that satisfies the requirement vtk==9.0.1 (from -r requirements.txt (line 87)) (from versions: 8.0.0.dev20170717, 8.1.0, 8.1.1, 8.1.2)
No matching distribution found for vtk==9.0.1 (from -r requirements.txt (line 87))

1 Like

We only provide 64bit wheels. Make sure you are using a 64bit Python installation.

You can access vtk · PyPI


pip install vtk==9.0.1

List of other vtk version:

Hi,
I get the following error running your suggested line of code on my mac:

ERROR: Could not find a version that satisfies the requirement vtk==9.0.1 (from versions: 9.2.2, 9.2.4, 9.2.5)
ERROR: No matching distribution found for vtk==9.0.1

Can you please help me on this?

Best,
N.

9.0.1 was removed; please use 9.0.5 instead.

1 Like