Skip to content

Commit 8b19b3f

Browse files
authored
Update WINDOWS_TROUBLESHOOTING.md (tensorflow#5327)
fixes tensorflow#5313 (comment)
1 parent 9f0d88a commit 8b19b3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tfjs-node/WINDOWS_TROUBLESHOOTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
The tfjs-node package uses the [node-gyp](https://github.com/nodejs/node-gyp) package to handle cross-compiling the C++ code required to bind TensorFlow to Node.js. This cross platform solution can be somewhat tricky on Windows platforms. This guide helps reference solutions that have been triaged through Issues on the main [tfjs repo](https://github.com/tensorflow/tfjs).
44

5-
## Ensure Python 2.x is installed
6-
7-
Currently, node-gyp requires Python 2.x to work properly. If Python 3.x is installed, you will see build failures. Also double check your python version `python --version` and update the Windows `$PATH` as needed.
85

96
## 'The system cannot find the patch specified' Exceptions
107

0 commit comments

Comments
 (0)