You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/09/20 00:54:00 UTC

[jira] [Closed] (ARROW-5099) [Plasma][Python] Compiling Plasma TensorFlow op has Python 2 bug.

     [ https://issues.apache.org/jira/browse/ARROW-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-5099.
-------------------------------

> [Plasma][Python] 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
>            Priority: Minor
>
> 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
(v8.3.4#803005)