I am trying to add python modules, but I'm getting the following error:
Could not find method python() for arguments
after adding build.gradle file the following
dependencies {
python spec.external.numpy
python spec.external.pandas
}
Has anybody encountered a similar problem? Any help would be greatly appreciated.