Skip to content

Common compile and runtime errors

Wosser1sProductions edited this page Mar 29, 2017 · 1 revision

AttributeError: 'module' object has no attribute 'decoder'

Check the following:

  • Do you have swig installed?
  • Is your compiler up to date?
  • Are the dependencies up to date?
  • Did you run sudo make install after compiling?
  • Did you run sudo ldconfig after compiling?

If the answer to all of these questions is yes, then the error should be resolved.