jupyter-widgets / tutorial

A tutorial for widgets
BSD 3-Clause "New" or "Revised" License
391 stars 160 forks source link

requirements: vtk==8.2.0 not found #169

Open OrianeN opened 2 years ago

OrianeN commented 2 years ago

When installing the requirements in a fresh virtual env on Windows 10, I got the following error:

ERROR: Could not find a version that satisfies the requirement vtk==8.2.0 (from versions: 9.0.0, 9.0.1, 9.0.2, 9.0.3, 9.1.0rc1, 9.1.0rc2, 9.1.0rc4, 9.1.0) ERROR: No matching distribution found for vtk==8.2.0

I installed the latest version manually by doing pip install vtk, hopefully the tutorial will work fine :-)

martinRenou commented 2 years ago

Thanks for reporting :) That should work just fine