I created a new cluster in AWS. I’m still having an error when I want to execute this command:
ray exec aws_cluster.yaml ‘python -c “import ray; ray.init()”’
I get: ImportError: No module named ray
In my aws_cluster.yaml file, I had this command:
setup_commands:
- pip install ray[all] torch
Not only that, but I’m having an errors with all the python packages.