When using python 2, there is a problem with casting `Int` to `Long` at line 12 Here: https://github.com/sushant-hiray/scala-python-example/blob/76c08ac1a29399e13757f054f1260054d7bf9d96/src/main/scala/com/sushant/example/JepAddExample.scala#L12 So `Long` needs to be changed to `Int` in that line. then everything works. Why is this ?