-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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.14is broken for newer versions) - Discover
pyenv - Install and configure
pyenv - Realise that
protocandprotobufare two different things - Change the protoc version in
common/scripts/install-dependencies.shto match protobuf - Remove the preinstalled protoc version in the
hydroproject/basedocker image such that my modifiedinstall-dependencies.shwould install the correct version
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels