$ sudo apt-get update $ sudo apt-get upgrade -y $ sudo rpi-update $ sudo reboot
$ wget https://github.com/jjhelmus/berryconda/releases/download/v2.0.0/Berryconda3-2.0.0-Linux-armv7l.sh $ chmod +x Berryconda3-2.0.0-Linux-armv7l.sh $ ./Berryconda3-2.0.0-Linux-armv7l.sh : Do you approve the license terms? [yes|no] [no] >>> yes : Do you wish the installer to prepend the Berryconda3 install location to PATH in your /home/pi/.bashrc ? [yes|no] [no] >>> yes $ cd $ . .bashrc $ python -V Python 3.6.1
$ sudo apt-get install libhdf5-dev libhdf5-serial-dev libhdf5-103 $ sudo apt-get install libqtgui4 libqtwebkit4 libqt4-test python3-pyqt5 $ sudo apt-get install libatlas-base-dev $ sudo apt-get install libjasper-dev
$ sudo pip3 --default-timeout=1000 install opencv-python
$ LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1
export LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1
$ . .bashrc