Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi setup #669

Open
matrhint opened this issue Apr 3, 2015 · 8 comments
Open

Raspberry Pi setup #669

matrhint opened this issue Apr 3, 2015 · 8 comments

Comments

@matrhint
Copy link

matrhint commented Apr 3, 2015

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

@goldenbucks
Copy link

why do you need SVG drawings. ??

@MoshiBin
Copy link

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

@LeoFNaN
Copy link

LeoFNaN commented Nov 20, 2015

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

@rodgomesc
Copy link

you installed svgwrite?

sudo pip install svgwrite

@yaroshiroki
Copy link

any fixes to this issue?

@rodgomesc
Copy link

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

@jairoareyes
Copy link

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

@yaroshiroki
Copy link

yaroshiroki commented Feb 4, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants