Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry install ray doesn't work #7799

Closed
3 tasks done
gianlucadetommaso opened this issue Apr 14, 2023 · 2 comments
Closed
3 tasks done

poetry install ray doesn't work #7799

gianlucadetommaso opened this issue Apr 14, 2023 · 2 comments
Labels
kind/bug Something isn't working as expected status/triage This issue needs to be triaged

Comments

@gianlucadetommaso
Copy link

  • 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!

@gianlucadetommaso gianlucadetommaso added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Apr 14, 2023
@gianlucadetommaso
Copy link
Author

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.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected status/triage This issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant