问题
I tried to use $pip install vtk but I faced an error [enter image description here][1]
https://i.stack.imgur.com/piSTo.png
"ERROR: Could not find a version that satisfies the requirement vtk (from versions: none) ERROR: No matching distribution found for vtk"
I tried everything 1. Installing both 32 bit and 64 bit 2. Installing all versions of python from 3.5 to 3.8 3. Upgrading pip
and also used Anaconda,I installed it properly but still not working in python and not identified in cmd by $vtk --version.
Help me please Thanks
回答1:
vtk 8.1.2 was released at Nov 29, 2018. The release provides a number of wheels but not for Python 3.8.
Use Python 3.7 (64-bit required). Or compile from sources.
回答2:
To update this answer VTK now has Python 3.8 support under the 9.0 version has just been released VTK 9.0 download if you download and install the whl from the link provided.
来源:https://stackoverflow.com/questions/60460958/no-matching-distribution-found-for-vtk-error