os-climate / financial-entity-cleaner

cleaning for entity matching
Apache License 2.0
4 stars 4 forks source link

Issue with libhxl version #10

Open DaBeIDS opened 1 year ago

DaBeIDS commented 1 year ago

The hdx-python-country used is refering to a libhxl which had an upgrade in the data function.

image

Now there is no option of allow_local anymore, which is still used in hdx-python-country:

image

To ensure that everything works one has to fix the libhxl version for example to 4.24.1.

Alternatively, hdx-python-country would need to resolve the bug.

The hdx-python-country which refers to a correct libhxl is version 3.0.7. In summary we could resolve the issue by fixing the following versions:

hdx-python-country==3.0.7 hdx-python-utilities==3.0.7 libhxl==4.24.1

HeatherAck commented 1 year ago

Assigned to @patryciabp and @ArilessTir for input/review