Skip to content

poetry install ray doesn't work #7799

@gianlucadetommaso

Description

@gianlucadetommaso
  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • [x ] If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

Ray can be installed via pip install -U "ray[default]". Analogously, I have tried to to add ray with poetry via poetry add "ray[default]", but I get the following error:

Using version ^2.3.1 for ray

Because no versions of ray match >2.3.1,<3.0.0
 and ray (2.3.1) depends on ray (2.3.1), ray (>=2.3.1,<3.0.0) requires ray (2.3.1).
So, because ray depends on ray (^2.3.1)
 and ray is 0.1.0, version solving failed.

I am not sure why it says ray is 0.1.0, version solving failed. Why is this the case? What can I do to install the package?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expectedstatus/triageThis issue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions