-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11
- TensorFlow.js installed from (npm or script link): yarn
- TensorFlow.js version: 4.22.0
- CUDA/cuDNN version: not related
Describe the problem
@tfjs-node does not support nodev22.x prebuilt binary
$ npm view @tensorflow/tfjs-node binary
{
module_name: 'tfjs_binding',
module_path: './lib/napi-v{napi_build_version}',
host: 'https://storage.googleapis.com/tf-builds/pre-built-binary',
remote_path: './napi-v{napi_build_version}/{version}/',
napi_versions: [ 3, 4, 5, 6, 7, 8 ]
}
Provide the exact sequence of commands / steps that you executed before running into the problem
Any other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
kirillgroshkov and Jaakkonenkirillgroshkov