Patch WSL psutil bug (#6808)

This commit is contained in:
mehrdadn
2020-06-29 08:55:43 -07:00
committed by GitHub
parent f4e5561ef7
commit bc140b69cc
2 changed files with 37 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ sys.path.insert(0, thirdparty_files)
if sys.platform == "win32":
import ray.compat # noqa: E402
ray.compat.patch_psutil()
ray.compat.patch_redis_empty_recv()
# Expose ray ABI symbols which may be dependent by other shared