Skip to content

cant install on Windows 10 platform #459

@pbrews7933

Description

@pbrews7933

Describe the bug
unable to install danfojs-node

To Reproduce
npm install danfojs-node

Expected behavior
successful install

Screenshots
Microsoft Windows [Version 10.0.19043.1706]
(c) Microsoft Corporation. All rights reserved.

C:\Users\pbrew>npm install danfojs-node
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.

@tensorflow/tfjs-node@3.18.0 install C:\Users\pbrew\node_modules@tensorflow\tfjs-node
node scripts/install.js

CPU-windows-3.18.0.zip

  • Downloading libtensorflow
    https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.7.0.zip
    [==============================] 12151755/bps 100% 0.0s
  • Building TensorFlow Node.js bindings
    node-pre-gyp install failed with error: Error: Command failed: node-pre-gyp install --fallback-to-build
    node-pre-gyp ERR! install response status 404 Not Found on https://storage.googleapis.com/tf-builds/pre-built-binary/napi-v7/3.18.0/CPU-windows-3.18.0.zip
    node-pre-gyp WARN Pre-built binaries not installable for @tensorflow/tfjs-node@3.18.0 and node@14.15.4 (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
    node-pre-gyp WARN Hit error response status 404 Not Found on https://storage.googleapis.com/tf-builds/pre-built-binary/napi-v7/3.18.0/CPU-windows-3.18.0.zip
    gyp ERR! find VS
    gyp ERR! find VS msvs_version not set from command line or npm config
    gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
    gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
    gyp ERR! find VS looking for Visual Studio 2015
    gyp ERR! find VS - not found
    gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
    gyp ERR! find VS
    gyp ERR! find VS **************************************************************
    gyp ERR! find VS You need to install the latest version of Visual Studio
    gyp ERR! find VS including the "Desktop development with C++" workload.
    gyp ERR! find VS For more information consult the documentation at:
    gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
    gyp ERR! find VS **************************************************************
    gyp ERR! find VS
    gyp ERR! configure error
    gyp ERR! stack Error: Could not find any Visual Studio installation to use
    gyp ERR! stack at VisualStudioFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:121:47)
    gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:74:16
    gyp ERR! stack at VisualStudioFinder.findVisualStudio2013 (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:351:14)
    gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:70:14
    gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:372:16
    gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7
    gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16
    gyp ERR! stack at ChildProcess.exithandler (child_process.js:315:5)
    gyp ERR! stack at ChildProcess.emit (events.js:315:20)
    gyp ERR! stack at maybeClose (internal/child_process.js:1048:16)
    gyp ERR! System Windows_NT 10.0.19043
    gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\Users\pbrew\node_modules\@tensorflow\tfjs-node\lib\napi-v7\tfjs_binding.node" "--module_name=tfjs_binding" "--module_path=C:\Users\pbrew\node_modules\@tensorflow\tfjs-node\lib\napi-v7" "--napi_version=7" "--node_abi_napi=napi" "--napi_build_version=7" "--node_napi_label=napi-v7"
    gyp ERR! cwd C:\Users\pbrew\node_modules@tensorflow\tfjs-node
    gyp ERR! node -v v14.15.4
    gyp ERR! node-gyp -v v5.1.0
    gyp ERR! not ok
    node-pre-gyp ERR! build error
    node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\pbrew\node_modules@tensorflow\tfjs-node\lib\napi-v7\tfjs_binding.node --module_name=tfjs_binding --module_path=C:\Users\pbrew\node_modules@tensorflow\tfjs-node\lib\napi-v7 --napi_version=7 --node_abi_napi=napi --napi_build_version=7 --node_napi_label=napi-v7' (1)
    node-pre-gyp ERR! stack at ChildProcess. (C:\Users\pbrew\node_modules@mapbox\node-pre-gyp\lib\util\compile.js:89:23)
    node-pre-gyp ERR! stack at ChildProcess.emit (events.js:315:20)
    node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1048:16)
    node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
    node-pre-gyp ERR! System Windows_NT 10.0.19043
    node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\pbrew\node_modules\@mapbox\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build"
    node-pre-gyp ERR! cwd C:\Users\pbrew\node_modules@tensorflow\tfjs-node
    node-pre-gyp ERR! node -v v14.15.4
    node-pre-gyp ERR! node-pre-gyp -v v1.0.4
    node-pre-gyp ERR! not ok

npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\pbrew\package.json'
npm WARN pbrew No description
npm WARN pbrew No repository field.
npm WARN pbrew No README data
npm WARN pbrew No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @tensorflow/tfj
2022-06-11T16_36_25_448Z-debug.log
s-node@3.18.0 install: node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @tensorflow/tfjs-node@3.18.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pbrew\AppData\Roaming\npm-cache_logs\2022-06-11T16_46_42_319Z-debug.log

C:\Users\pbrew>

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser [e.g. chrome, safari]: CMD
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions