Jaeseon
New Contributor II

I encountered an issue while working on my school's Linux server where an older version of PySpark was being used, preventing me from utilizing a specific module from a provided link. As an alternative, I attempted to install and import Ray in my Jupyter Notebook on the server. Although I successfully installed the package

ray==2.4.0

, I faced an error when trying to import it, which displayed the message "no module named ray.__raylet".

On my local machine, I installed the same version of Ray, and it was successfully installed and imported without any issues.

I would appreciate guidance on how to resolve this problem in the context of my school's Linux server.