Based on my experience yesterday, Colab fails on two dependencies-
CLDK requires Python 3.11, Colab today ships with 3.10. Can be overcome
The java analysis requires java be installed- by default, it is not in colab, also can be overcome
Issue- after all of this monkeying around- when you try to import cldk, it throws an error that the numpy binary is wrong. Will just take some going through it to figure out / fix the numpy binary.
Based on my experience yesterday, Colab fails on two dependencies-
Issue- after all of this monkeying around- when you try to import cldk, it throws an error that the numpy binary is wrong. Will just take some going through it to figure out / fix the numpy binary.
Then... Success!!!! (?)