Hello,
I have python 2.7.12 anaconda distribution installed on Mac OS Sierra 10.2. I installed polyglot using pip install polyglot and installation worked fine. However, I come across segmentation fault when importing Text or Word from polyglot.text.
- import polyglot ---- no error
- from polyglot.text import Text ---- segmentation fault: 11
Can someone please help ?
Hello,
I have python 2.7.12 anaconda distribution installed on Mac OS Sierra 10.2. I installed polyglot using pip install polyglot and installation worked fine. However, I come across segmentation fault when importing Text or Word from polyglot.text.
Can someone please help ?