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

Cannot pip install in a Python 3.7 Docker container #2902

Closed
wangkuiyi opened this issue Sep 18, 2018 · 1 comment
Closed

Cannot pip install in a Python 3.7 Docker container #2902

wangkuiyi opened this issue Sep 18, 2018 · 1 comment

Comments

@wangkuiyi
Copy link

wangkuiyi commented Sep 18, 2018

I followed the README.rst to install Ray using pip in a container running the official Docker image of Python 3.7. Pip gave the following complaints:

US-183229-MP:work yi.w$ docker run --rm -it python:3.7 /bin/bash
root@90f8bd7e978b:/# pip install ray
Collecting ray
  Could not find a version that satisfies the requirement ray (from versions: )
No matching distribution found for ray

However, it works with Python 2.7:

US-183229-MP:work yi.w$ docker run --rm -it python:2.7 /bin/bash
root@0a46fa1e1789:/# pip install ray
Collecting ray
  Downloading https://files.pythonhosted.org/packages/f9/6b/7960fc5e526bdcb5d1ca576581716d4fe216a4d5bbc85a83fc537ed8a114/ray-0.5.2-cp27-cp27mu-manylinux1_x86_64.whl (57.8MB)
    52% |█████████████████               | 30.6MB 4.4MB/s eta 0:00:07

Is that Ray supports only Python 2.x?

@robertnishihara
Copy link
Collaborator

Thanks for reporting this. I'm closing this because we're tracking Python 3.7 support in #1115.

We currently support 2.7, 3.4, 3.5, and 3.6 (see https://pypi.org/project/ray/#files). You can also try building Ray from source with 3.7 or just using 3.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants