mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
Use cloudpickle 0.2.2. (#189)
This commit is contained in:
committed by
Philipp Moritz
parent
674ec3a3cb
commit
973716d310
+1
-1
@@ -123,7 +123,7 @@ try:
|
||||
import cloudpickle
|
||||
cloudpickle.dumps(Point)
|
||||
except AttributeError:
|
||||
cloudpickle_command = "sudo pip install --upgrade git+git://github.com/cloudpipe/cloudpickle.git@0d225a4695f1f65ae1cbb2e0bbc145e10167cce4"
|
||||
cloudpickle_command = "pip install --upgrade git+git://github.com/cloudpipe/cloudpickle.git@0d225a4695f1f65ae1cbb2e0bbc145e10167cce4"
|
||||
raise Exception("You have an older version of cloudpickle that is not able to serialize namedtuples. Try running \n\n{}\n\n".format(cloudpickle_command))
|
||||
|
||||
class SerializationTest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user