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
import openfst_python as fst
f = fst.Fst()
Traceback (most recent call last):
File "", line 1, in
File "pywrapfst.pyx", line 1617, in pywrapfst.Fst.init
AttributeError: 'pywrapfst.Fst' object has no attribute 'class_'
The text was updated successfully, but these errors were encountered:
Yes. The Python interface for OpenFst has been broken at least since version 1.7.1. Last time I checked, 1.7.9 was still broken. This library uses wraps that interface, so until they fix it, there's not much I can do.
You can switch to the 1.6.9 branch and that should be fine.
The text was updated successfully, but these errors were encountered: