This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
[autoscaler] Using ami-0f92e9d2b63bc61a2
fails with error "ERROR: ray-1.2.0.dev0-cp36-cp36m-manylinux2014_x86_64.whl is not a supported wheel on this platform."
#7
Labels
Problem
I am using ami-00f92e9d2b63bc61a2 which is supposed to be the ami for
Linux - Python 3.7 - Ray 1.2.0
.I am using below yaml file, where my docker image
048211272910.dkr.ecr.us-west-2.amazonaws.com/jkkwon-batscli:zarr
is a custom image based off of763104351884.dkr.ecr.us-west-2.amazonaws.com/tensorflow-training:2.3.1-cpu-py37-ubuntu18.04
.The problem is that running
ray up
fails with messageWhen NOT using the docker image, I am able to actually get the Ray cluster up and running. But when I log onto it with
ray attach
and look at Python console, I get below:I am wondering if Ray wheel was mis-uploaded for 3.6 version, not 3.7 version?
Thanks!
The text was updated successfully, but these errors were encountered: