<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello,<br class=""><br class="">being able to install the VTK library for Python into a virtual environment is really handy. However, PyPI currently lacks wheels for the most recent version 3.7 of Python. Are there any plans for a release?<br class=""><br class="">The information reported by ‘pip’ is already quite confusing:<br class=""><br class="">$ python3 --version<br class="">Python 3.7.1<br class=""><br class="">$ python3 -m pip search vtk<br class="">vtk (8.1.1)            - VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization<div class="">[…]<br class=""><br class="">$ python3 -m pip install vtk<br class="">Collecting vtk<br class="">  Could not find a version that satisfies the requirement vtk (from versions: )<br class="">No matching distribution found for vtk</div><div class=""><br class=""></div><div class="">I realized there are no distributions of ‘vtk’ for Python 3.7 when looking at the files overview in PyPI, <a href="https://pypi.org/project/vtk/#files" class="">https://pypi.org/project/vtk/#files</a>.</div><div class=""><br class=""></div><div class="">I did not find any major issues concerning the compatibility of VTK with Python 3.7. Is there a reason no wheels have been distributed yet? Is there any way one can help?</div><div class=""><br class=""></div><div class="">Thank you in advance!</div><div class="">Lukas Riedel</div><br class="">
<br class=""></div></body></html>