You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: