SimpleITK / SimpleITKPythonPackage

A setup script to generate a Python Wheels
17 stars 11 forks source link

Reverting change to setup.py to allow egg_info without scikit_build #35

Closed blowekamp closed 7 years ago

blowekamp commented 7 years ago

The "setup_requires" parameter does not always work properly to install scikit_build before compiling SimpleITK. We are reverting to checking if the required scikit_build package is installed and producing a instructional error message if it is not available.

jcfr commented 7 years ago

Should setup_requires=['scikit-build>=0.5'], be also removed/updated ?

blowekamp commented 7 years ago

Good idea to keep that clean. Thank you.