mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:23:10 +08:00
update setproctitle to use with py39
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ def build(build_python, build_java):
|
||||
# that certain flags will not be passed along such as --user or sudo.
|
||||
# TODO(rkn): Fix this.
|
||||
if not os.getenv("SKIP_THIRDPARTY_INSTALL"):
|
||||
pip_packages = ["psutil", "setproctitle==1.1.10"]
|
||||
pip_packages = ["psutil", "setproctitle"]
|
||||
subprocess.check_call(
|
||||
[
|
||||
sys.executable, "-m", "pip", "install", "-q",
|
||||
|
||||
Reference in New Issue
Block a user