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

ERROR: Command errored out with exit status 1: #35

Closed Michelino95 closed 4 years ago

Michelino95 commented 4 years ago

Hello, When I try to install the library I get the following error:

1 warning and 15 errors generated. error: command 'clang' failed with exit status 1

I am using Mac OSX 10.14.5, with Xcode 11.2.1. I have tried installing the xcode command line tools but it didn't solve the problem.

Michelino95 commented 4 years ago

Solved it by simply installing it by: pip install mdlp-discretization