-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Support Python 3.7 and build wheels. #1115
Comments
While splitting out MacOS wheels, I thought I'd give 3.7 a try (why not, I was feeling alive). The plumbing in #1205 works, but the 3.7 build fails:
FYI: final release is 2018-06-15 |
Related to apache/arrow#1125 |
@danielsuo @robertnishihara if we can get a docker container of any linux distro that has a built version of Python 3.7, we should be able to set up a pipeline to build Arrow & Ray. apache/arrow#1125 is probably more related to some weird in the system setup than Python 3.7 itself, sadly I cannot reproduce it with Python 3.6 on ArchLinux so I'm struggling to narrow down the problem. |
Would these work? |
@danielsuo they look like a good option. |
Another option: fork the That said, it may be cleaner to have a separate workflow for 3.7 that we simply remove / replace with updated a |
Bump. Python 3.7 is out (27-Jun). |
Is there any new release planned now that Python 3.7 is in use in many linux distributions? |
Yeah, we should do this for the next release (0.6). |
do you already have a rough idea when 0.6 will be released? :) |
@timonbimon our more aggressive timeline is roughly 1 month. |
awesome, thanks for the amazing work :) |
Looks like Miniconda's latest (default) version download 3.7 now. I feel a lot of installs breaking :( |
Good point, thanks for bringing that up. It's in the works here: #2546, we can prioritize merging it soon. |
Fixed by #2546. |
The wheels still haven't been uploaded to PyPI, but you can get them by following the instructions at https://ray.readthedocs.io/en/latest/installation.html#trying-the-latest-version-of-ray and modifying the URL to use 3.7. |
any updates on this? Would like to be able to use ray on a windows machine. Maybe there is a conda binary available? |
@manugarri for Windows, the relevant issue is #631. We're working on it, but it isn't ready yet. |
got it, thanks! |
This also involves
The text was updated successfully, but these errors were encountered: