Skip to content

Commit 0b723f3

Browse files
committed
Update the doc.
1 parent eae7333 commit 0b723f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@ for more installation options and versions.
172172
On OS X, you may need to explicitly install the GRPC runtime libraries to avoid hitting errors when training like `dlopen(/Users/alex.mccarthy/miniconda3/envs/mlagents/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_CFRelease'`.
173173

174174
```sh
175-
pip3 install grpcio==1.51.3
175+
pip3 install grpcio
176176
```
177177

178+
Note that grpcio Python binary wheels version 1.51.3 or higher is required for Apple Silicon.
179+
178180
#### Installing `mlagents`
179181

180182
To install the `mlagents` Python package, activate your virtual environment and

0 commit comments

Comments
 (0)