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

jlpm dev-install fails: No matching distribution found for ray==2.2.0 #73

Closed
JasonWeill opened this issue Apr 16, 2023 · 3 comments · Fixed by #74
Closed

jlpm dev-install fails: No matching distribution found for ray==2.2.0 #73

JasonWeill opened this issue Apr 16, 2023 · 3 comments · Fixed by #74
Labels
bug Something isn't working

Comments

@JasonWeill
Copy link
Collaborator

Description

With a fresh Conda environment and after removing my local Hatch environment, when I attempt to run jlpm dev-install using tip-of-main, I get the following error:

@jupyter-ai/core: ERROR: Could not find a version that satisfies the requirement ray==2.2.0 (from jupyter-ai) (from versions: none)
@jupyter-ai/core: ERROR: No matching distribution found for ray==2.2.0

Attempting to run pip install ray==2.2.0 from my conda env (outside of Hatch) also fails:

(jupyterlab-0416) (hostname):jupyter-ai jweill$ pip install ray==2.2.0
ERROR: Could not find a version that satisfies the requirement ray==2.2.0 (from versions: none)
ERROR: No matching distribution found for ray==2.2.0

Context

  • Operating System and version: macOS 12.6.4 "Monterey" for Apple Silicon (M1 Pro)
@JasonWeill JasonWeill added the bug Something isn't working label Apr 16, 2023
@ellisonbg
Copy link
Contributor

Hmmm, I just tried to manually install ray==2.2.0 on my M1 mac and it worked. Let me think a bit more about what might be going on.

@JasonWeill
Copy link
Collaborator Author

I notice that ray is released for Python 3.6 to 3.10, but I'm running Python 3.11.

https://pypi.org/project/ray/

@JasonWeill
Copy link
Collaborator Author

Downgrading Python to 3.10 in my conda env fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants