Giter Site home page Giter Site logo

Comments (3)

jjyao avatar jjyao commented on May 9, 2024 1

The PR is already reverted.

from ray.

shrekris-anyscale avatar shrekris-anyscale commented on May 9, 2024

Those lines seem to have been added by this PR: https://github.com/ray-project/ray/pull/41515/files#diff-c4cd2c2ae0cc025f39ffc802bf3da4d772f511ffbf76b11997615165f0d1c25cR28-R42

cc @stephanie-wang

from ray.

shrekris-anyscale avatar shrekris-anyscale commented on May 9, 2024

For now, one workaround is to comment out this build configuration line and then run pip install -e . --verbose as usual. The warnings still show up, but the build proceeds. I'm not sure what the consequences are, but I verified that I can run a simple Ray program:

(ae) shrekris@Shreyas-MacBook-Pro python % python
Python 3.8.12 | packaged by conda-forge | (default, Sep 29 2021, 19:21:23) 
[Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import ray
>>> from ray import serve
>>> ray.init()
2023-12-10 01:24:16,032	INFO worker.py:1746 -- Started a local Ray instance. View the dashboard at http://127.0.0.1:8265 
RayContext(dashboard_url='127.0.0.1:8265', python_version='3.8.12', ray_version='3.0.0.dev0', ray_commit='{{RAY_COMMIT_SHA}}', protocol_version=None)
>>> @ray.remote
... def f():
...     return "hello"
... 
>>> ray.get(f.remote())
'hello'

from ray.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.