automl / random_forest_run

Other
35 stars 24 forks source link

After cmake .. and make, there is no make install for this package. What is going on? #38

Closed shyamalschandra closed 6 years ago

shyamalschandra commented 6 years ago

I am getting the following output:

Shyamals-iMac:build testuser$ sudo make install
make: *** No rule to make target `install'.  Stop.

What should I do or what needs to be changed to install pyrfr on my machine?

sfalkner commented 6 years ago

Please use

pip install pyrfr

to install the python bindings. The package provided there is up to date with the master branch. If you have any trouble with that, please let me know.