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

Update dependencies #62

Open
FrancisBehnen opened this issue Jun 9, 2021 · 2 comments
Open

Update dependencies #62

FrancisBehnen opened this issue Jun 9, 2021 · 2 comments

Comments

@FrancisBehnen
Copy link

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
@FrancisBehnen
Copy link
Author

Also, could you open-source the hydroproject/base image?

@FrancisBehnen
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant