Closed peterdekker closed 3 years ago
@tresoldi @xrotwang @LinguList Would you have any ideas by what this error is caused, and how it could possibly be fixed?
You need to downscale your version < 3.0. Pyclts 3.0 works with a yet-to-publish version of CLTS, which has laterality as a feature. So please downscale this version of pyclts, and also checkout a labelled version of clts data.
That is clear, I will do that, thank you!
So
pip install pyclts < 3
and for the clone of https://github.com/cldf-clts/clts
git checkout v1.4.1
should do.
The update was supposed to be released earlier, but we faced some difficulties (data are complex...) so it may well have to wait until February...
I am happy to use the older version, that should work for my purposes!
I use pyclts to convert ASJPcode to IPA. Previously, this worked very well. After I updated pyclts to the newest version (3.0.1 - with CLTS 1.4.1), the code does not work anymore.
This is my minimal example that gives the error (in fact the example from the README):
Am I doing something wrong, or is this a bug in pyclts?