MacOSX python error on import

I recently installed SimpleCV using the osX-Lion setup instructions at https://github.com/ingenuitas/simplecv

Then I write python in the terminal, and when I try to do the following, I get an error.

import SimpleCV Fatal Python error: (pygame parachute) Segmentation Fault Abort trap: 6 

However, when I try to import pygame, I get no errors. Any fix for this? Thanks

+4
source share
1 answer

Use and follow these instructions of the new repository, you are using , there are warning messages.

SIMPLECV MOVEMENT TRANSFER (from 4/17/13)

Says the repository title.

WARNING: REPO is for obsolete purposes only.

0
source

Source: https://habr.com/ru/post/1438386/


All Articles