I'm running on Windows 10. After installation via pip, I tried running the example script create table from data matrix (4.1.1.) in your read the docs. The program error'd out with unable to find 'pytablewriter'. I loaded that library via pip and your demo worked. Then I tried reading in a more complicated table and it error's out with
ValueError: 'word_master' table not included in the schema
That table was in the schema. I suspect more libraries are missing.
I'm running on Windows 10. After installation via pip, I tried running the example script create table from data matrix (4.1.1.) in your read the docs. The program error'd out with unable to find 'pytablewriter'. I loaded that library via pip and your demo worked. Then I tried reading in a more complicated table and it error's out with
ValueError: 'word_master' table not included in the schema
That table was in the schema. I suspect more libraries are missing.