SimpleCV icon indicating copy to clipboard operation
SimpleCV copied to clipboard

Raspberry Pi setup

Open matrhint opened this issue 10 years ago • 8 comments

The instructions need to have "sudo pip install svgwrite" added to step 4.

matrhint avatar Apr 03 '15 21:04 matrhint

why do you need SVG drawings. ??

goldenbucks avatar May 07 '15 09:05 goldenbucks

Confirmed, when installing on Raspbian 2015-05-05, the {simplecv} command complains about missing svgwrite:

pi@raspberrypi ~ $ simplecv 
ERROR: 
Traceback (most recent call last):
  File "/usr/local/bin/simplecv", line 9, in <module>
    load_entry_point('SimpleCV==1.3', 'console_scripts', 'simplecv')()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2279, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/local/lib/python2.7/dist-packages/SimpleCV/__init__.py", line 4, in <module>
    from SimpleCV.Camera import *
  File "/usr/local/lib/python2.7/dist-packages/SimpleCV/Camera.py", line 5, in <module>
    from SimpleCV.ImageClass import Image, ImageSet, ColorSpace
  File "/usr/local/lib/python2.7/dist-packages/SimpleCV/ImageClass.py", line 14768, in <module>
    from SimpleCV.DrawingLayer import *
  File "/usr/local/lib/python2.7/dist-packages/SimpleCV/DrawingLayer.py", line 5, in <module>
    import svgwrite
ImportError: No module named svgwrite

MoshiBin avatar May 15 '15 16:05 MoshiBin

Adding that I got the same error with Raspbian Jessie - 09/24/15 - Kernel version: 4.1.

Here it is in action: simplecv-svg-error

LeoFNaN avatar Nov 20 '15 12:11 LeoFNaN

you installed svgwrite?

sudo pip install svgwrite

rodgomesc avatar Nov 20 '15 12:11 rodgomesc

any fixes to this issue?

yaroshiroki avatar Dec 06 '18 17:12 yaroshiroki

@yaroshiroki the last commit was more than 4 years ago, this project seems to be dead

rodgomesc avatar Dec 13 '18 00:12 rodgomesc

Hi, I have the same problem, did you get solve it? thanks. @MoshiBin @rodgomesc

jairoareyes avatar Feb 04 '19 01:02 jairoareyes

Hi, I’m afraid not. I believe the main source of the issue is that all of simplecv works with python 2, not 3. The best thing to do in my opinion is to switch to OpenCV instead, I can link you some nice repositories for computer vision. Best of luck, Yaro Shiroki.

On Mon, 4 Feb 2019 at 01:49, Jairo Reyes [email protected] wrote:

Hi, I have the same problem, did you get solve it? thanks. @MoshiBin https://github.com/MoshiBin @rodgomesc https://github.com/rodgomesc

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sightmachine/SimpleCV/issues/669#issuecomment-460110323, or mute the thread https://github.com/notifications/unsubscribe-auth/AmuAcDGzHQr1JNIaLWJMQInBOdKA5bT6ks5vJ5GwgaJpZM4D6CCV .

yaroshiroki avatar Feb 04 '19 06:02 yaroshiroki