Hi everyone, I can't build Datahub anymore since 0...
# troubleshoot
a
Hi everyone, I can't build Datahub anymore since 0.8.36. Seems pip dependency resolver can't find a solution for dependencies in metadata ingestioninstallDev. I tried to add versions constraints to reduce runtime in the setup.py but i had other problems.
Copy code
bigquery_common = {
    # Google cloud logging library
    "google-cloud-logging>=3.0.0",
    "google-cloud-bigquery>=3.0.0",
    "more-itertools>=8.12.0",
}
Does anyone have an idea about it ?
1
thank you 1
d
what to do you mean in this?
Copy code
dependency resolver can't find a solution for dependencies
Ee had some issue recently with the bigquery dependency resolution but in the latest release this should be fixed.
a
Originally Datahub have : bigquery_common = { # Google cloud logging library "google-cloud-logging", "google-cloud-bigquery", "more-itertools>=8.12.0", }
Without the version for the google-cloud-* stuff.
And When I build with ./gradlew metadata n=ingestioninstallDev it keep searcching for the best dependence for the google-coud stuff
d
are you on the latest master?
it should have been fixed
a
it began on the 0.8.36, not on the 0.8.38 yet. I'll try it.
Hi @dazzling-judge-80093, I confirm, switching to 0.8.38 solved my issue. Thx.
d
awesome, thanks for the confirmation