Closed ghost closed 6 years ago
@liangweiLiao I'm not sure what's going on there, but it's no longer necessary to install py-earth from source. Instead, you can do
pip install sklearn-contrib-py-earth
which should select and install the correct binary distribution. If for some reason that doesn't work, you can also try conda-forge (assuming you have conda installed):
conda config --add channels conda-forge
conda install sklearn-contrib-py-earth
If for some reason you still need to install from source, please post again with more details about your configuration (python distribution and version, numpy version and installation method, OS, compiler, output of install command) and I'll try to help you. For now I will close this issue, but feel free to still comment or reopen.
I followed the instruction to install py-earth: https://github.com/scikit-learn-contrib/py-earth/wiki/Installing-py-earth-on-Windows-with-Anaconda-for-Python-2.7
But when I ran the example in readme, getting the following error message:
Any idea? Thank you.