

+++ -1,5 +1,5 -git a/requirements_apt_raspbian.txt b/requirements_apt_raspbian.
HOW TO INSTALL MATPLOTLIB ON RASPBERRY PI ZERO UPDATE
RUN apt-get update & apt-get install -y \ # Install necessary packages for the installer Not sure if it builds with caffe enabled or not.)ĭiff -git a/extras/docker/Dockerfile b/extras/docker/Dockerfile (I have disabled caffe because I have no interest in it.

Installation from nothing to matplotlib and small tutorial to get first matplotlib plot in link below. On extremely old versions of Linux and Python 2.7 you may need to install the master version of subprocess32. Basically you need to pull from resin/rpi-raspbian:stretch instead of ubuntu and add python3-setuptools and python-setuptools to requirements_apt_raspbian.txt. Install two packages named python3-dev and libffi-dev. Ok so I did eventually manage to build a docker image on rpi with the patch below. Perhaps with various tags so I could get caffe or tf versions, I'd be great if movidius had proper prebuilt x86_64 and raspberry pi docker images up on DockerHub. Installation failed: Command ' pip2 install -trusted-host -upgrade numpy=1.13.1' return code=1. So by using FROM resin/rpi-raspbian:stretch the build proceeds but eventually fails:Ĭomplete output from command python setup.py egg_info:Ĭommand "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-3Jc26M/numpy/ The command '/bin/sh -c make install' returned a non-zero code: 2 Makefile:47: recipe for target 'install' failed Installation failed: Command ' pip3 install -trusted-host tensorflow=1.6.0' return code=1. No matching distribution found for tensorflow=1.6.0 You should consider upgrading via the 'pip install -upgrade pip' command.Ĭhecking whether tensorflow CPU version is installed.Ĭhecking whether tensorflow GPU version is installed.Ĭouldn't find a supported tensorflow version, installing tensorflow 1.6.0Ĭould not find a version that satisfies the requirement tensorflow=1.6.0 (from versions: ) You are using pip version 8.1.1, however version 10.0.1 is available. Not uninstalling numpy at /usr/lib/python2.7/dist-packages, outside environment /usr Has anyone managed to successfully build a docker container on raspberry pi from the Dockerfile that's shipped with ncsdk2?įound existing installation: numpy 1.11.0
