I tried install Polyglot module to determine the language like this on Python. But it doesn't work.Are there solution?Or is it possible not to work?My error message is;
ModuleNotFoundError Traceback (most recent call last) in ----> 1 import polyglot
ModuleNotFoundError: No module named 'polyglot'