FASText
                                
                                
                                
                                    FASText copied to clipboard
                            
                            
                            
                        Fatal Python error: PyThreadState_Get: no current thread
Hi, I am on macOS 10.14, not sure why I am getting the error after building it without problems. What I did:
- installed opencv from brew
 - built it without much changes: 
cmake -D CMAKE_BUILD_TYPE=Release .. - copied 
ftext.dylibtotoolsand made a symlink i.e.ln -s ftext.dylib ftext.so - ran the segmentation script and all I get is:
 
/Users/akbar/dev/ml/FASText
Fatal Python error: PyThreadState_Get: no current thread
[1]    44305 abort      python2 segmentation.py /Users/akbar/Pictures/2018-10-14\ 16.17.30.jpg
Any help is much appreciated. Thanks