KitwareMedical / VTKPythonPackage

A setup script to generate VTK Python Wheels
https://vtkpythonpackage.readthedocs.io
BSD 3-Clause "New" or "Revised" License
35 stars 15 forks source link

Wheels for python 3.7 #28

Closed skoudoro closed 5 years ago

skoudoro commented 5 years ago

Hi VTKPython team,

Thanks for this work!

Is it possible to add python3.7 wheel on Pypi and Conda-Forge. Python37 is the last release and any new installation generate this error:

Collecting vtk>=8.1.0 (from fury)
  Could not find a version that satisfies the requirement vtk>=8.1.0 (from fury) (from versions: )
No matching distribution found for vtk>=8.1.0 (from fury)

This is on a Mac with OS 10.14 and Python 3.7

Thank you

thewtex commented 5 years ago

Hi @skoudoro ,

We will need the next release of VTK (should be coming soon), which adds support for 3.7.

CC: @prabhuramachandran @jcfr @dgobbi @demarle

jcfr commented 5 years ago

Thanks to @prabhuramachandran , wheels for vtk 8.1.2 are available. see https://pypi.org/project/vtk/8.1.2/#files

skoudoro commented 5 years ago

Awesome! Thank you @prabhuramachandran and all the team!