Robert Nishihara created ARROW-5099:
---------------------------------------
Summary: Compiling Plasma TensorFlow op has Python 2 bug.
Key: ARROW-5099
URL: https://issues.apache.org/jira/browse/ARROW-5099
Project: Apache Arrow
Issue Type: Improvement
Components: C++ - Plasma, Python
Reporter: Robert Nishihara
I've seen the following error when compiling the Plasma TensorFlow op.
TensorFlow version: 1.13.1
Compiling Plasma TensorFlow Op...
Traceback (most recent call last):
File "/ray/python/ray/experimental/sgd/test_sgd.py", line 48, in <module>
all_reduce_alg=args.all_reduce_alg)
File "/ray/python/ray/experimental/sgd/sgd.py", line 110, in __init__
shard_shapes = ray.get(self.workers[0].shard_shapes.remote())
File "/ray/python/ray/worker.py", line 2307, in get
raise value
ray.exceptions.RayTaskError: {color:#00cdcd}ray_worker{color} (pid=81,
host=629a7997c823)
NameError: global name 'FileNotFoundError' is not defined
{{FileNotFoundError}} doesn't exist in Python 2.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)