Skip to content

Commit 6db6162

Browse files
committed
Remove GRPC installing instructions for macOS
1 parent 0b723f3 commit 6db6162

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/Installation.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,6 @@ Note that on Windows, you may also need Microsoft's
167167
if you don't have it already. See the [PyTorch installation guide](https://pytorch.org/get-started/locally/)
168168
for more installation options and versions.
169169

170-
#### (OS X) Installing GRPC libraries
171-
172-
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'`.
173-
174-
```sh
175-
pip3 install grpcio
176-
```
177-
178-
Note that grpcio Python binary wheels version 1.51.3 or higher is required for Apple Silicon.
179-
180170
#### Installing `mlagents`
181171

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

0 commit comments

Comments
 (0)