Only install ray python packages. (#330)

* Only install ray python packages.

* Add some __init__.py files.

* Install Ray before building documentation.

* Fix install-ray.sh.

* Fix.
This commit is contained in:
Robert Nishihara
2017-03-01 23:34:44 -08:00
committed by Philipp Moritz
parent 39b7abefc5
commit 6a4bde54dc
39 changed files with 79 additions and 78 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if __name__ == "__main__":
error_explanation = """
This error is unexpected and should not have happened. Somehow a worker crashed
in an unanticipated way causing the main_loop to throw an exception, which is
being caught in "lib/python/ray/workers/default_worker.py".
being caught in "python/ray/workers/default_worker.py".
"""
while True: