-
Notifications
You must be signed in to change notification settings - Fork 45
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
import instaboost error #4
Comments
Hi! Thanks! We are currently looking into this issue. May I know the version of OpenCV of yours? |
Thanks for your reply. My OpenCV version is 3.4.2. |
Hi! We have tested our opencv-mat package on several different environments, we find out that this package may not work well on OpenCV 3.x sometimes. May you try OpenCV 2.4.x instead? Some instructions here may help. Thanks ! |
Hi, we update an easy install and fast version. You can check it out here: https://github.com/GothicAi/Instaboost#easy-install-version |
My python version is 3.5.6. When i have instaboost imported, the following error occurred:
python: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
Aborted
The text was updated successfully, but these errors were encountered: