``` from turkish_morphology import analyze ImportError Traceback (most recent call last) [<ipython-input-7-3c2e25820928>](https://localhost:8080/#) in <cell line: 1>() ----> 1 from turkish_morphology import analyze 1 frames [/usr/local/lib/python3.10/dist-packages/turkish_morphology/fst.py](https://localhost:8080/#) in <module> 20 from typing import Generator, Iterable, List, Optional 21 ---> 22 from external.org_openfst import pywrapfst 23 24 _Arc = pywrapfst.Arc ImportError: /usr/local/lib/python3.10/dist-packages/external/org_openfst/pywrapfst.so: undefined symbol: _PyGen_Send ``` Afaik Python version is 3.10 on Colab.
Afaik Python version is 3.10 on Colab.