Open DaBeIDS opened 1 year ago
The hdx-python-country used is refering to a libhxl which had an upgrade in the data function.
Now there is no option of allow_local anymore, which is still used in hdx-python-country:
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
Assigned to @patryciabp and @ArilessTir for input/review
The hdx-python-country used is refering to a libhxl which had an upgrade in the data function.
Now there is no option of allow_local anymore, which is still used in hdx-python-country:
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