-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
- Poetry version: 1.4.2
- Python version: Python 3.10.6
- OS version and name: macOS Ventura 13.2.1
- pyproject.toml: https://gist.github.com/gianlucadetommaso/8b528ee26cdad5adeab31c8acd6537a8
- 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 (
-vvvoption) 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged