Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error during building docker-sonic-mgmt-framework on 201911 (#8726)
Why I did it Fix error during building docker-sonic-mgmt-framework on 201911 Signed-off-by: Stephen Sun [email protected] How I did it Cause: While building sonic-mgmt-framework docker, it needs to install grpcio-tools version 1.20.0 which has a dependency on grpcio version >=1.20.0. As >=1.20.0 is specified, it will install the latest version of grpcio. It had worked well until the grpcio package version 1.40.0 was released 3 days ago. Looks like some new dependencies are introduced by the latest version. Fix: Designate grpcio version 1.39.0 explicitly, which is the latest version of grpcio that worked well.
- Loading branch information