Skip to content

Commit 09f289a

Browse files
committed
Add note: Wheels only for Python 2.7 and 3.4
1 parent 215a5e2 commit 09f289a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Vice-versa for trying to install the Python 3 wheel. If you get the error "tenso
8282
sudo pip3 install tensorflow-1.0.0-cp34-cp34m-linux_armv7l.whl
8383
```
8484

85+
**Note: the provided binaries are for Python 2.7 and 3.4 _only_. If you've installed Python 3.5/3.6 from source on your machine, you'll need to either explicitly install these wheels for 3.4, or you'll need to build TensorFlow [from source](GUIDE.md). Once there's an officially supported installation of Python 3.5+, this repo will start including wheels for those versions.**
86+
8587
## Building from Source
8688

8789
[_Step-by-step guide_](GUIDE.md)

0 commit comments

Comments
 (0)