'Open Data Cube installation

i am trying to install Open Data Cube as per the documentation: https://opendatacube.readthedocs.io/en/latest/installation/setup/windows.html , but i am getting the following errors/failures that i can not seem to fix

FAILED tests/test_3d.py::test_extra_dimensions - AssertionError: assert 'ExtraDimensi...40 145 150} )' == 'ExtraDimensi...40 145 150} )'
FAILED tests/test_driver.py::test_index_drivers - AssertionError: assert 'null' in ['default']
FAILED tests/drivers/test_rio_reader.py::test_rd_internals_bidx - rasterio.errors.RasterioIOError: 'NETCDF:"\\C:\Users\Iani\datacube-core\tests\data\multi_doc.nc":a' does not exist in the file system
FAILED integration_tests/index/test_null_index.py::test_null_product_resource - RuntimeError: No index driver found for 'null'. 1 available: default

Also, when i try to run the command: datacube -v system init, i get the following error:

Error: No datacube config found

The datacube config was created like it was said in the documentation. Do you guys have any idea or recommandations on these?

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source