RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
Seems like this is due to pandas version higher than 0.21.0 and numpy version 1.13.3 that is pulled by TensorFlow not playing well together. Here is how I fixed it in my end: