Could not find method python() for arguments error in IntelliJ

189 Views Asked by At

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.

0

There are 0 best solutions below