
Is it imperative that you stay on version 0. Collecting wheel Using cached wheel-0.30.0-py2.p圓-none-any.whl Installing collected packages: wheel Successfully installed wheel-0.30.0 Upgrading setuptools. For reproducibility reasons & dependency conflicts. Collecting pip Using cached pip-9.0.2-py2.p圓-none-any.whl Installing collected packages: pip Successfully installed pip-9.0.2 Upgrading wheel. When I did pip install xgboost, I am getting this error, Command "python setup. Files/directories not found in C:Users meAppDataLocalTemppip-install-fh91enpkxgboostpip-egg-info If I remove the version requirement of 0.71, it installs without issue I was then able to load the XGBClassifier to confirm. Currently, pip install xgboost will give you GPU-enabled XGBoost.


When I tried import from python terminal I get this error, although I followed all the steps to install xgboost, somehow python is unable to get the package details.I am relatively new to python, I could easily install numpy and pandas packages,I used this link for installation on MACOSX > import xgboost
