Skip to content
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

Deprecate PSQ #640

Closed
aarontp opened this issue Nov 21, 2020 · 3 comments · Fixed by #1440
Closed

Deprecate PSQ #640

aarontp opened this issue Nov 21, 2020 · 3 comments · Fixed by #1440
Assignees

Comments

@aarontp
Copy link
Member

aarontp commented Nov 21, 2020

Two different compatibility issues:

PSQ / Datastore

PSQ is incompatible with datastore >2.0.0, and 2.0.1 was just released, and it's causing compatibility issues.
https://pypi.org/project/google-cloud-datastore/2.0.1/
GoogleCloudPlatform/psq#59

I created a PR to bump the version on PSQ since it's only a minor point release and compatibility should be OK:
GoogleCloudPlatform/psq#60

google-cloud-logging / python-error-reporting

Processing dependencies for turbinia==20190819
error: google-cloud-logging 2.0.0 is installed but google-cloud-logging<2.0dev,>=1.14.0 is required by {'google-cloud-error-reporting'}
The command '/bin/sh -c cd /tmp/ && python3 setup.py install' returned a non-zero code: 1

python-error reporting has a pinned version of google-cloud logging. They fixed it, but a release won't be out until after Thanksgiving.
googleapis/python-error-reporting#42

Workaround from that thread is to pin:google-cloud-logging==1.15.1

@aarontp aarontp changed the title Incompatible dependencies Deprecate PSQ Aug 17, 2022
@aarontp
Copy link
Member Author

aarontp commented Aug 17, 2022

Changing this to deprecate PSQ as it is deprecated and will go away in the new architecture in favor of celery and api/web servers.

@tomchop
Copy link
Collaborator

tomchop commented Jan 11, 2023

Bumping this, as it's creating dependency conflicts in dfTimewolf (log2timeline/dftimewolf#660). This will be fixed with the new Python API client, right?

@jleaniz
Copy link
Collaborator

jleaniz commented Jan 11, 2023

We should be able to remove this dependency once we have a stable release that includes the API code and have migrated dftimewolf modules to use the new client. If you need to resolve the dependency conflict urgently then I'd suggest we explore some pinning magic as a temporary solution, since it may be another month or two until there's a Turbinia release without the PSQ dependency.

@jleaniz jleaniz self-assigned this Jul 21, 2023
@jleaniz jleaniz mentioned this issue Feb 19, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants