There seems to be an issue with files missing from the newest release version 1.0.17.
This can be seen with this simple example:
from pangaeapy import PanDataSet
PanDataSet(939091)
pangaeapy is complaining about being unable to open database file 'terms.db'.
After a bit of searching I looked at the whl files for version 1.0.17 and 1.0.16. The older version contains 28 files and the newer version only 17. One of them being the terms.db file.
I suspect this problem was introduced in commit 9dd5356 when making changes to the setup.py/setup.cfg.
There seems to be an issue with files missing from the newest release version 1.0.17.
This can be seen with this simple example:
pangaeapy is complaining about being unable to open database file 'terms.db'.
After a bit of searching I looked at the whl files for version 1.0.17 and 1.0.16. The older version contains 28 files and the newer version only 17. One of them being the terms.db file.
I suspect this problem was introduced in commit 9dd5356 when making changes to the setup.py/setup.cfg.