ethereon / lycon

A minimal and fast image library for Python and C++
Other
287 stars 27 forks source link

Segmentation fault python #20

Open gothraven opened 4 years ago

gothraven commented 4 years ago

I just installer the lib and I can't even import it without having a SEG fault .

➜  image-optimization python
Python 3.7.3 (default, Oct 23 2019, 01:52:42)
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import lycon
[1]    47011 segmentation fault  python

Python 3.7.3 pip 20.1.1 macOS 10.15.5 (Catalina)