We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System information
pipenv --python 3.7
pipenv shell
pipenv install ray
pip install ray
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
Collecting ray
Could not find a version that satisfies the requirement ray (from versions: )
No matching distribution found for ray
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
System information
pipenv --python 3.7
pipenv shell
pipenv install ray
orpip 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.
Source code / logs
Collecting ray
Could not find a version that satisfies the requirement ray (from versions: )
No matching distribution found for ray
The text was updated successfully, but these errors were encountered: