From d617487a12e186f5240a74121f88af328fef2f02 Mon Sep 17 00:00:00 2001 From: Masao Someki Date: Sun, 22 Oct 2023 20:44:56 +0900 Subject: [PATCH] Update README.md Add installation guide with protobuf version conflict. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 034f834..fad0ee8 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ cd pytorch_binding && python3 -m pip install -e . 6. If you want to develop optimization, you also need to develop onnxruntime. Please clone the onnxruntime repository. +7. Since espnet==202308(latest on v0.2.0 release) requires `protobuf<=3.20.1` while the latest onnx requires `protobuf>=3.20.2`, you may get error with installation. + In this case, first, install the espnet==202308, update protobuf to 3.20.3, and then install other libraries. + ## Usage