Similar to: whl is not a supported wheel on this platform xgboost pckage for python 3.6
But both didn't work for me. I need to install xgboost on machine without internet.
I downloaded xgboost-0.81-py2.py3-none-win_amd64.whl file from https://pypi.org/project/xgboost/#files
My environment:
- Windows X64
- Python 3.7.0
- pip 19.0.1
Same with "xgboost-0.81-cp37-cp37m-win_amd64.whl" from this website
I tried in similar way install "scikit_learn-0.20.2-cp37-cp37m-win32.whl" and everything went well.
I also tried
pip download xgboost -d "C:\USers...\XGBoost"
tar cvfz xgboost.tgz XGBoost
but I have error:
"tar" is not recognized as an internal or external command