question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to Ray 0.8.7

See original GitHub issue

I am experiencing an issue with Ray which is fixed in 0.8.7; however, Modin has pinned the Ray version to 0.8.6 here. Can we please update the dependency?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
binarycrayoncommented, Aug 27, 2020

@crypdick Ray community recently decided to rename webui to dashboard, so include_webui became include_dashboard. detail see this pr ray-project/ray#8999

I’ve mitigated that kwarg in my pr (basically changed to include_dashboard=False)

1reaction
crypdickcommented, Aug 26, 2020

@devin-petersohn here’s what I get when I try that:

    import modin.pandas as mpd
  File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/modin/pandas/__init__.py", line 170, in <module>
    execution_engine.subscribe(_update_engine)
  File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/modin/__init__.py", line 93, in subscribe
    callback(self)
  File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/modin/pandas/__init__.py", line 113, in _update_engine
    initialize_ray()
  File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/modin/engines/ray/utils.py", line 147, in initialize_ray
    lru_evict=True,
TypeError: init() got an unexpected keyword argument 'include_webui'
Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Ray? — Ray 0.8.7 documentation
Ray is a fast and simple framework for building and running distributed applications. Ray accomplishes this mission by: Providing simple primitives for building ......
Read more >
[rllib] unroll_id is not repeatable once upgraded to 0.8.7 #10156
I think this is because local_mode=True. If you disable that, then unroll id should be isolated per process as usual. We did some...
Read more >
ray - PyPI
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries...
Read more >
Cannot install RAY - python - Stack Overflow
UPDATE : Ray does support Windows in experimental capacity now! See Windows installation instructions here:.
Read more >
ray - Read the Docs
Ray is a flexible, high-performance distributed execution framework. ... Sign up for our newsletter to get our latest blog updates delivered to your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found