From 75c715906fc706fd4b00ce26321966f42ac3b9b0 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Thu, 22 Aug 2019 01:56:24 -0700 Subject: [PATCH] fix: python 2.7 is required for osx aswell --- tfjs-node/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfjs-node/README.md b/tfjs-node/README.md index d9512452ba6..6e9bf87c6fc 100644 --- a/tfjs-node/README.md +++ b/tfjs-node/README.md @@ -39,9 +39,9 @@ npm install @tensorflow/tfjs-node-gpu yarn add @tensorflow/tfjs-node-gpu ``` -#### Windows Requires Python 2.7 +#### Windows / Mac OS X Requires Python 2.7 -Windows build support for `node-gyp` requires Python 2.7. Be sure to have this version before installing `@tensorflow/tfjs-node` or `@tensorflow/tfjs-node-gpu`. Machines with Python 3.x will not install the bindings properly. +Windows & OSX build support for `node-gyp` requires Python 2.7. Be sure to have this version before installing `@tensorflow/tfjs-node` or `@tensorflow/tfjs-node-gpu`. Machines with Python 3.x will not install the bindings properly. *For more troubleshooting on Windows, check out [WINDOWS_TROUBLESHOOTING.md](./WINDOWS_TROUBLESHOOTING.md).*