Replies: 1 comment
-
|
I can reproduce that. See #2957 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a CatBoost Model Node package using the official instruction in Visual Studio Code on Windows 11. However, npm install returns the following error:
contents of the log file:
Of the relevant tools I can think of, I have Visual Studio Community 2022 installed with C++ desktop development package (MSVC v143,MSVC v142 - C++ x64/x86 build tools, C++ CMake tools, clang-cl), Node 20, CMake 4.1.2, Ninja 1.13.1, Python 3.13.7, Conan 2,21,0. I've tried to tinker with the versions of the Node and Python, didn't seem to help.
Also, the entire reason I'm trying to build it manually is because I was trying to make the pre-built package work under the Electron app using
but it essentially has the same error with not being able to find catboostmodel.dll and c_api.h.
Any ideas what the culprit is and how I can fix it?
Beta Was this translation helpful? Give feedback.
All reactions