getting Fatal Python error: Bus error or ray.exceptions.RayletError: The Raylet died with this message: [RayletClient] Raylet connection closed #875
Labels
Ray ⚡
Issues related to the Ray engine
System information
Linux 4.19.0-5-amd64 [CI] Adding travis config #1 SMP Debian 4.19.37-2~mx17+1 (2019-05-15) x86_64 GNU/Linux
pip3 install "modin[complete]"
0.6.3
3.5.3
import modin.pandas as pd
mat=pd.read_csv("refOriMatzero.vcf",sep="\s+")
mat = mat.set_index("ID")
mat = mat.T
mat_np = mat.to_numpy()
Describe the problem
after loading the big data (around 20GB) I am trying to do some preprocessing using sklearn packages.
I have tried two functions,
Source code / logs
similar error for mat_np = mat.to_numpy()
The text was updated successfully, but these errors were encountered: