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

Unable to install ray in venv(pipenv) on Python3.7 #2381

Closed
Olamyy opened this issue Jul 9, 2018 · 1 comment
Closed

Unable to install ray in venv(pipenv) on Python3.7 #2381

Olamyy opened this issue Jul 9, 2018 · 1 comment

Comments

@Olamyy
Copy link

Olamyy commented Jul 9, 2018

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): mac os high sierra
  • Ray installed from (source or binary): Unable to install ray
  • Ray version: Unable to install ray
  • Python version: 3.7
  • Pipenv version: 2018.7.1
  • Exact command to reproduce:
    pipenv --python 3.7
    pipenv shell
    pipenv install ray or pip install ray

Describe the problem

I'm unable to install ray using a pipenv running Python3.7.
I keep getting a distribution not found error.

Collecting ray
Could not find a version that satisfies the requirement ray (from versions: )
No matching distribution found for ray

Source code / logs

Collecting ray
Could not find a version that satisfies the requirement ray (from versions: )
No matching distribution found for ray

@robertnishihara
Copy link
Collaborator

Thanks for reporting this! I'm going to close it since it is basically the same issue as #1115.

We basically just need to build wheels for Python 3.7 and upload them.

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