Menu

#326 hfst python swig missing symbol in hfst-3.8.3

future
open
nobody
1
2015-12-01
2015-12-01
No

Deploying HFST to a new server from source I get:

  File "/usr/lib64/python3.4/site-packages/libhfst.py", line 2855, in lookup_fd
    return _libhfst.HfstTransducer_lookup_fd(self, s, limit)
NotImplementedError: Wrong number or type of arguments for overloaded function 'HfstTransducer_lookup_fd'.
  Possible C/C++ prototypes are:
    hfst::HfstTransducer::lookup_fd(std::string const &,ssize_t) const
    hfst::HfstTransducer::lookup_fd(std::string const &) const

Is this a problem in the codebase or did I mess up something with SWIG/python on the new system?

Discussion