Bill (Zhijie) Wang
Bill (Zhijie) Wang
@anna-geller this is Bill Wang from Anyscale, the maintainer of Ray. Please let us know what we can do to help speed up.
@ahuang11 thanks, will give it a test.
@ahuang11 i just tried to reproduce and i think the stack doesn't throw an error. but there are a lot of questions from our side after looking at the logs...
could that be the missing link? Let me try.
``` from prefect import task, flow from prefect_ray.task_runners import RayTaskRunner @task def say_hello(name): print(f"hello {name}") @flow(name="temp-flow-example", task_runner=RayTaskRunner(address="auto")) def greetings(): say_hello.submit("Ford") if __name__ == "__main__": greetings() ``` This at least now...
Running into this strange issue `ModuleNotFoundError: No module named 'packaging.requirements'` ``` 21:12:17.276 | INFO | Task run 'say_hello-fdcc9df6-0' - Crash detected! Execution was interrupted by an unexpected exception. (begin_task_run pid=938)...
@ahuang11 So what i did: Use anyscale's ray 1.13-python-3.9 images and 1.13-python-3.10 images, launch clusters. I have installed prefect latest, prefect-ray latest and pip3-packaging. I go to the head node,...
i can give it another kick.
@ahuang11 we confirmed a limited sample working. Would it be good to setup a call with both sides on best practices of integration and workflow?