I am running this code on IPython. I am facing this issue. I will be thankful for suggestions or help to solve this issue.
I am using theano as a backend
import numpy
from keras.datasets import imdb
from matplotlib import pyplot
from pylab import *
# load the dataset
(X_train, y_train), (X_test, y_test) = imdb.load_data()
X = numpy.concatenate((X_train, X_test), axis=0)
y = numpy.concatenate((y_train, y_test), axis=0)
g++.exe: error: Amjad\AppData\Local\Theano\compiledir_Windows-10-10.0.15063-SP0-Intel64_Family_6_Model_58_Stepping_9_GenuineIntel-3.5.3-64\lazylinker_ext\lazylinker_ext.pyd: No such file or directory g++.exe: error: Amjad\AppData\Local\Theano\compiledir_Windows-10-10.0.15063-SP0-Intel64_Family_6_Model_58_Stepping_9_GenuineIntel-3.5.3-64\lazylinker_ext\mod.cpp: No such file or directory