-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing rerf Windows 10 (python) #351
Comments
When will this be available for use on Windows (not WSL) please? |
I have been getting the same error in both windows and ubuntu when calling I am missing something? Env |
Successfully running on Ubuntu machineTo correct my self I was trying to install the rerf package using WSL 2 on windows but I kept receiving this error. I then used another machine with Ubuntu installed and everything went fine. OS
steps as explained in the doc i just added the first command Note: By default when using sklearn random forest, the y variables are encoded if they are categorical, for the case of Rerf the package doesn't do that automatically. So don't forget to encode your y variable else you may get null output eg when using cross_val_score method. (i used sklearn labelEncoder for encoding my y variables). |
Identified my mistake, Thanks @burhr2 for the idea initially we have to install a virtual environment in the google colab notebook then we have to use following commands for installing rerf library Important thing to note here is it is better to create a virtual environment in colab notebook before installing library as I faced some problems because of it and process will be smooth if u install virtual env and work in it. Also these lines of code will work in both windows/Linux, also I think it would work on macOS but not exactly sure |
Describe the bug
I am unable to install
rerf
on Windows 10 (python).I tried updating pip, setuptools, and wheel, and reinstalling Visual Studio BuildTools but nothing seems to work.
To Reproduce
Type
pip install rerf
to installrerf
.I get the following error:
Expected behavior
The package should install properly.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: