polyglot
polyglot copied to clipboard
[1] 7092 segmentation fault python - Error is coming
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.
I am facing same issue, any pointers here?
Same issue