You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Alright, this was nothing to do with ray itself. The problem was that the name of the package was the same as the dependency that I was trying to install. Closing the issue.
-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 viapoetry add "ray[default]"
, but I get the following error: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!
The text was updated successfully, but these errors were encountered: