Skip to content

Commit

Permalink
added hint to protobuf version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik authored Jun 18, 2022
1 parent 7a6b401 commit 6e62a56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ To install the prebuilt packages, use the following command to install from [PyP
pip install mediapipe-silicon
```

As mentioned in https://github.com/cansik/mediapipe-silicon/issues/1 maybe it is necessary to limit the `protobuf` version, because the most recent one is not compatible:

```
pip install protobuf<=3.20.1
```

### Requirements.txt
To use this library version in a `requirements.txt` it is recommended to use the following structure.

Expand Down

0 comments on commit 6e62a56

Please sign in to comment.