I am quite a beginner in Python, and this is my first time trying to install a library using pip.
I am trying to install xgboost library on PyCharm. I downloaded the package corresponding to the installed version of Python and bits from https://www.lfd.uci.edu/~gohlke/pythonlibs/
When I try to install the package using the command line 'pip install filemane.whl' I get this error: 'ERROR: xgboost-0.90-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.'
Any suggestions? Thanks.