Commit 66f6b34
authored
Document grpcio installation for OS X (#6067)
Before installing `grpcio` on my Apple Silicon mac, running `mlagents-learn --help` threw the following error:
```
ImportError: 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'
```
After installing `grpcio` (which I did from conda, rather than pip), `mlagents-learn --help` ran cleanly.1 parent e322b61 commit 66f6b34
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
160 | 168 | | |
161 | 169 | | |
162 | 170 | | |
| |||
0 commit comments