Hi there,
I’m hoping you could help me with installing vtk package for Python on my MacOSX. (vtk · PyPI)
The command-line installation doesn’t seem to work:
$ pip install vtk
ERROR: Could not find a version that satisfies the requirement vtk
ERROR: No matching distribution found for vtk
Also when downloading the wheel:
$ pip3 install vtk-9.0.1-cp38-cp38-macosx_10_9_x86_64.whl`
ERROR: vtk-9.0.1-cp38-cp38-macosx_10_9_x86_64.whl is not a supported wheel on this platform.
I am on a MacOSX 10.15.4, my Python version is 3.9, my pip version is 21.0.1:
$ pip --version
pip 21.0.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
I am unfamiliar with where to look next, is there anyone who could provide me help? Thanks in advance!