I have been driving myself crazy trying to install xgboost in python on windows 10. I have looked through several suggested articles but still can't seem to find a proper solution. If anyone has done this before kindly share your method other suggestions are also welcome.
Thank
permission deniederrors.cp: cannot stat 'make/mingw64.mk': No such file or directory bash: mingw32-make: command not foundEven after adding this statement in the .bashhrcalias make='mingw32-make'cdcommand to move directories (cdis an abbreviation forchange directory). Did you addalias make='mingw32-make'to the.bashrcfile? If you did, do the following:source ~/.bashrcWhat's the output ofpwdin MinGW?