Skip to content

Commit

Permalink
add m1 mac specific ray bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bachhuber committed Mar 22, 2023
1 parent 500d7c5 commit ec3aad0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ Check out the introductory notebooks located under `/docs` and the examples unde
Let `chain_control` be the name of your conda-env, and `simon` the username.
- Add to `.bashrc`
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/simon/miniforge3/envs/chain_control/lib`

---

Bug: *Apple Silicon specific* : pytest does not run.
Solution: ray is not properly setup. Re-install grpcio
Steps:
- pip uninstall grpcio
- conda install grpcio

0 comments on commit ec3aad0

Please sign in to comment.