Skip to content

Update dependencies #62

@FrancisBehnen

Description

@FrancisBehnen

Working with this project is 90% fighting old dependencies. For instance, right now I'm trying to run a client in a fast-api docker and run into this obscure issue: protocolbuffers/protobuf#5435.

Previously I've had to:

  • Figure out which python version you developed this project for (because pyarrow 0.14 is broken for newer versions)
  • Discover pyenv
  • Install and configure pyenv
  • Realise that protoc and protobuf are two different things
  • Change the protoc version in common/scripts/install-dependencies.sh to match protobuf
  • Remove the preinstalled protoc version in the hydroproject/base docker image such that my modified install-dependencies.sh would install the correct version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions