-
Notifications
You must be signed in to change notification settings - Fork 72
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
Google Cloud logging libraries misconfiguration #660
Comments
in the installed version google-cloud-logging-2.3.1 the attribute shouldn't be missing (see source) I am thinking that there might be another library around that is making google.cloud.logging a namespace package, can you try installing in a new virtualenv and verify if you get this same error? |
Thank's for your answer! I am afraid that the issues started appearing even on the installation phase. On a completely fresh Ubuntu 22.04
After forcefully installing
there is another error:
after installing:
This error appears:
|
I noticed that the package gax-google-logging-v2 breaks the config.
Is this package really necessary? What is using it? |
A bit late to the party here, apologies - we moved away from pip and pipenv in favor of poetry, this wasn't reflected in the docs (#675). Please use poetry to install dftimewolf, otherwise you migth run into dependency conflicts. |
Still doesn't work, though used poetry for proper installation:
Still some troubles with the package gax-google-logging-v2-0.8.3 |
I dug into this a bit more, and it seems that |
Turbinia depdends on The best workaround for now is to |
After clean installation of all requirements
pip install -r requirements.txt
in a new python environment:GCP logging in this venv stops working:
The text was updated successfully, but these errors were encountered: