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

Fix package versions to avoid compatibility issue #132

Open
khansaad opened this issue Dec 14, 2022 · 0 comments
Open

Fix package versions to avoid compatibility issue #132

khansaad opened this issue Dec 14, 2022 · 0 comments
Assignees

Comments

@khansaad
Copy link
Contributor

Currently we're only specifying a fixed version for protobuf package in our requirements file i.e. 4.21.8 . We faced issues while running the grpc service in docker because it took the latest grpcio package which is incompatible with the protobuf version 4.21.8 .

So, to fix these issues permanently we need to fix the versions of all the packages that we're using in the requirements file along with the compatible Python version.

@khansaad khansaad self-assigned this Dec 14, 2022
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