I'm trying to install XGBoost package for my PyCharm project on Windows. Although I found XGBoost package in Project Interpreter - Install (+) - Available Packages menu, following error occurred during installation:
Collecting xgboost Using cached xgboost-0.6a2.tar.gz
No files/directories in C:\Users\\AppData\Local\Temp\pycharm-packaging\xgboost\pip-egg-info (from PKG-INFO)
I've found this answer regarding the installation XGBoost on Windows and it works for me.
However, when I then created a new PyCharm virtual environment, XGBoost is still not available, neither can I install it from Project Interpreter menu.
So the question is how to install XGBoost for PyCharm with VirtualEnv, running on Windows?
Thanks.