2016年1月4日 星期一

how to install SimpleCV on Raspberry


Step 1: 檢查更新套件

            sudo apt-get update 
            sudo apt-get upgrade

Step 2:

         安裝必要的套件

         sudo apt-get install ipython python-opencv python-scipy python-numpy python-setuptools python-pip

Step 3 :
        use  git 去 安裝

       sudo pip install https://github.com/sightmachine/SimpleCV/zipball/master

 Step 4 :  筆者安裝到這邊後...測試SimpleCV 會有 error message...把 error message 丟到 google查                 到原來是少安裝了 svgwrite.....in <module>
 
        import svgwrite
       ImportError: No module named svgwrite

        補安裝  svgwrite 就好了
sudo pip install svgwrite
       
Reference /HOWTO-Install simpleCV on RaspberryPi

沒有留言:

張貼留言