Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add installation guide with protobuf version conflict.
  • Loading branch information
Masao-Someki authored Oct 22, 2023
1 parent 2fa5b7f commit d617487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d617487

Please sign in to comment.