-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing import guards in tests #1405
Comments
@karina-marques thanks for the report. Real issue here is that Sample plugin is not on pypi, but is included in this repo in examples/io_plugin/, it can be installed from datacube checkout like so:
|
integration_tests/test_3d.py
integration_tests/test_3d.py
Hm, actually guards are present in Ideally we should run tests on some "minimal test environment" as well as "full test environment" to catch issues like that. |
Hello @Kirill888 Thank you for your message and support. I successfully installed the recommended plugin, but I still get an error message (see below).
|
can you please try adding the following dependencies to your environment:
Also can you point me to the documentation you were following, we might need to update it. |
I installed these dependencies, but I got more errors than before (154 in total). I suspect that it is a problem with the
However, it appears that it is a required dependency.
I am following this documentation https://datacube-core.readthedocs.io/en/latest/installation/setup/ubuntu.html. I installed the most recent version of postgresql (i.e. postgresql-14). |
Hello!
I am installing Open Data Cube on Ubuntu 22.04.1. I have been following these instructions https://datacube-core.readthedocs.io/en/latest/installation/setup/ubuntu.html, but something is not working well. The message below appears when I run the integration tests within miniconda3 environment (I am using Python 3.10.9):
I have tried to install "dcio_example" and "PosixPath", but I have got an error message:
The text was updated successfully, but these errors were encountered: