Ray: [ray] no module named 'ray.experimental.ui'

Created on 10 Dec 2019  路  1Comment  路  Source: ray-project/ray

What is the problem?

Ray version and other system information (Python version, TensorFlow version, OS):
Python 3.6
TF2.0
ubuntu16.04

Does the problem occur on the latest wheels?
ray version 0.8.0dev

Reproduction

import ray.experimental.ui as ui ui.task_timeline()
I ran the tutorial code from intel+ray course, but error shows no module named ray.experimental.ui. There is no relevent bug report after searching for google and stackoverflow

bug

Most helpful comment

The Intel + Ray course uses a slightly older version of Ray, so the call to the timeline is a bit out of date.

You can generate the timeline by doing ray.timeline(). This generates a JSON file that you can view through chrome://tracing. Soon you'll be able to view it through the Ray UI.

>All comments

The Intel + Ray course uses a slightly older version of Ray, so the call to the timeline is a bit out of date.

You can generate the timeline by doing ray.timeline(). This generates a JSON file that you can view through chrome://tracing. Soon you'll be able to view it through the Ray UI.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

J1810Z picture J1810Z  路  47Comments

RobertCsordas picture RobertCsordas  路  41Comments

robertnishihara picture robertnishihara  路  36Comments

arsedler9 picture arsedler9  路  35Comments

raoul-khour-ts picture raoul-khour-ts  路  35Comments