[1]:import catboost
PS E:pythonmlproject> & C:/Users/ACER/AppData/Local/Programs/Python/Python312/python.exe e:/python/mlproject/1.py
Traceback (most recent call last):
File “e:pythonmlproject1.py”, line 1, in
import catboost
File “C:UsersACERAppDataLocalProgramsPythonPython312Libsite-packagescatboost_init_.py”, line 1, in
from .core import (
File “C:UsersACERAppDataLocalProgramsPythonPython312Libsite-packagescatboostcore.py”, line 45, in
from .plot_helpers import save_plot_file, try_plot_offline, OfflineMetricVisualizer
File “C:UsersACERAppDataLocalProgramsPythonPython312Libsite-packagescatboostplot_helpers.py”, line 5, in
from . import _catboost
File “_catboost.pyx”, line 1, in init _catboost
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
re-installed everything tried all solutions from stackoverflow none worked earlier i think it worked but after i switched to anaconda it isnt and tried making projects in venv
anonymous caveman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.