Skip to content
Advertisement

Why does pip install not work for catboost?

I have to install catboost but can not make it by pip install catboost.

There is not catboost library in Anaconda, so pip in the one way.

The error message is:

JavaScript

Python version is 3.6.3.

Screenshot of error:

error message

I’ve tried :

JavaScript

and

JavaScript

None of these works.

Why does this problem appeared and is there another way to install catboost?

Advertisement

Answer

From the docs

Installation is only supported by the 64-bit version of Python.

You need to reinstall the 64 bit version of python to use the cat boost package

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement