polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

[1] 7092 segmentation fault python - Error is coming

Open asifkhan69 opened this issue 2 years ago • 2 comments

After lot of struggle finally installed polyglot dependencies such as Pyicu. All is perfectly installed, but one amazing error is coming when I simply execute example mentioned in documentation such as import polyglot from polyglot.text import Text, Word text = Text("Bonjour, Mesdames.") print("Language Detected: Code={}, Name={}\n".format(text.language.code, text.language.name))

as soon as i enter print statement, I get this error [1] 7092 segmentation fault python - Error is coming and python through out to from python.

I am using my Mac Book Pro M1 with Mac os Monterey 12.6 python version 3.9.10

I have no idea what this issue is and how to resolve.

asifkhan69 avatar Nov 02 '22 19:11 asifkhan69

I am facing same issue, any pointers here?

nkvuradi avatar Sep 19 '23 16:09 nkvuradi

Same issue

puja93 avatar Mar 13 '24 15:03 puja93