You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: pip is looking at multiple versions of python-openobserve to determine which version is compatible with other requirements. This could take a while.
ERROR: Package 'python-openobserve' requires a different Python: 3.8.3 not in '>3.9'
I'm working on integrating a python project (JustinGuese/python-openobserve#37) with clusterfuzzlite but getting error
This comes from Dockerfile being based on Ubuntu 20.04 which is EOL. Any plan to update to 24.04 LTS?
https://hub.docker.com/layers/cnzf/gcr.io/oss-fuzz-base.base-clang.latest/images/sha256-ebd50868664437c11f3f72e99c036b53b00f5dcc7e2319e83927b31d7a329e7a
https://hub.docker.com/layers/cnzf/gcr.io/oss-fuzz-base.base-runner-debug.latest/images/sha256-9d2bd7b29359b9432dd12e285fc3069289332026c4660dbe0fff6bb56e1ea158
https://hub.docker.com/u/cnzf
aka no updates for 4 months
https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-builder/Dockerfile
If there is another image to use, documentation should be updated - https://google.github.io/clusterfuzzlite/build-integration/python-lang/
Thanks