hlin117 / mdlp-discretization

An implementation of the minimum description length principal expert binning algorithm by Usama Fayyad
BSD 3-Clause "New" or "Revised" License
101 stars 53 forks source link

Windows installation #9

Open jeweinberg opened 7 years ago

jeweinberg commented 7 years ago

I can't get this to compile for windows. Is there a way for you to create this for us windows users?

scoliann commented 7 years ago

Question, what is preventing you from compiling on windows? (lack of support for make?)

jeweinberg commented 7 years ago

I have minGW installed. I am getting a "Fatal Error C1083: could not open include file io.h"

On Wed, Mar 1, 2017 at 12:44 AM, Stuart Colianni notifications@github.com wrote:

Question, what is preventing you from compiling on windows? (lack of support for make?)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hlin117/mdlp-discretization/issues/9#issuecomment-283259051, or mute the thread https://github.com/notifications/unsubscribe-auth/AWQexrHvODC5CzsIi0iIpHmeYEt_AAT8ks5rhRPkgaJpZM4MO2Ss .

hlin117 commented 7 years ago

Hmm, can you try installing the python packages using Anaconda? http://stackoverflow.com/a/40037613/2014591

I unfortunately don't have a windows computer, so it's hard for me to provide guidance here.

hlin117 commented 6 years ago

I just merged #21. Can you guys see if this fixed your set up issues?

tmerrittsmith commented 6 years ago

Just installed on windows 10 no problems.