-
Notifications
You must be signed in to change notification settings - Fork 799
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
Comments
why do you need SVG drawings. ?? |
Confirmed, when installing on Raspbian 2015-05-05, the {simplecv} command complains about missing svgwrite:
|
you installed svgwrite?
|
any fixes to this issue? |
@yaroshiroki the last commit was more than 4 years ago, this project seems to be dead |
Hi, I have the same problem, did you get solve it? thanks. @MoshiBin @rodgomesc |
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 ***@***.***> 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
<#669 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AmuAcDGzHQr1JNIaLWJMQInBOdKA5bT6ks5vJ5GwgaJpZM4D6CCV>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The instructions need to have "sudo pip install svgwrite" added to step 4.
The text was updated successfully, but these errors were encountered: