Vaex Example not working on Kaggle/Colab #1482
Unanswered
dharik-arsath
asked this question in
Q&A
Replies: 1 comment
-
I can't reproduce it. It works for me both in kaggle and colab.. Also sometimes you might need to restart the runtime... I just tried this minutes ago |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
import vaex
data = vaex.example() # is not working on kaggle and colab and the error it shows is "Cannot open /root/.vaex/data/helmi-dezeeuw-2000-FeH-v2-10percent.hdf5 nobody knows how to read it." It downloads successfully from the github and failed to open. Please look into the issue, Thanks....
Note: it works on local machine and version is same in both local, kaggle and colab: " vaex-core 4.3.0 post-1"
Beta Was this translation helpful? Give feedback.
All reactions