-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Labels
Description
Describe the Issue
Hey!
Thanks for providing this awesome guide!
I successfully compiled TF1.0.1 for Python 3.5.2 on a Pi 3. Would be happy to share the whl if anybody's interested. Just let me know.
Steps to Reproduce
Pretty much followed the steps except:
- I used Bazel 0.4.5 instead of 0.4.3 (which now have been updated I see)
- During
./configureI had a problem with downloading plottable from https://github.com/palantir/plottable/archive/v1.16.1.tar.gz even though the link is working perfectly fine. Not sure if this is a Bazel known problem. I grabbed it from there and uploaded it to a Google Cloud Storage bucket, made it public and added the link to the WORKSPACE file in the TF repo on line 462 so that part looks like:
new_http_archive(
name = "plottable",
build_file = "bower.BUILD",
url = "https://storage.googleapis.com/hyvi-data-eu/v1.16.1.tar.gz",
strip_prefix = "plottable-1.16.1",
)
Hardware/Software Info
Please provide the following information about your Raspberry Pi setup:
- Raspberry Pi model: 3-B
- Operating System used: Raspbian
- Version of Python used: 3.5.2
- SD card memory size: 16GB
- Size of USB/other device used as swap (if building from source): 16GB
- TensorFlow git commit hash (if building from source): From tag v1.0.1
Relevant Console Output/Logs
Tested it with our full deep learning based prototype and it works as expected.