No matching distribution found for vtk error

杀马特。学长 韩版系。学妹 提交于 2020-05-24 07:39:48

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!