Importing Error

I’m currently working on a project using PyTorch for object detection with satellite imagery. I want to perform distributed training using PySpark, and someone suggested using Ray for this purpose. I installed Ray version 2.4.0, but when I try to import it, I encounter an error message saying "no module named ray.__raylet ". How can I resolve this issue?