Skip to content

svgwrite Module dependency added without any notifications #564

Closed
@jayrambhia

Description

@jayrambhia

I updated my develop branch and was troubled with the following error.

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 "/home/jay/SimpleCV/SimpleCV/__init__.py", line 4, in <module>
    from SimpleCV.Camera import *
  File "/home/jay/SimpleCV/SimpleCV/Camera.py", line 5, in <module>
    from SimpleCV.ImageClass import Image, ImageSet, ColorSpace
  File "/home/jay/SimpleCV/SimpleCV/ImageClass.py", line 14497, in <module>
    from SimpleCV.DrawingLayer import *
  File "/home/jay/SimpleCV/SimpleCV/DrawingLayer.py", line 5, in <module>
    import svgwrite
ImportError: No module named svgwrite

It seems that svgwrite module is required. It was added in this commit 3d473c5

Addition of a new dependency should have been notified and added in setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions