You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-)
The text was updated successfully, but these errors were encountered:
When installing the requirements in a fresh virtual env on Windows 10, I got the following error:
I installed the latest version manually by doing
pip install vtk
, hopefully the tutorial will work fine :-)The text was updated successfully, but these errors were encountered: