This question has been asked before, in here, also here. However, the solution didn\'t fix the problem for my case.
The original error is, when I try to impor
impor
Below worked for me:
import matplotlib matplotlib.use('TkAgg') import matplotlib.pyplot as plt
Reference: https://github.com/tensorflow/tensorflow/issues/2375