I am getting below error while doing the below import in python. i have freshly installed theano, lasange and nolearn. i have separately installed tabulate(pip install tabulate) also but still facing the same issue please help.
from nolearn.lasagne import NeuralNet
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-9-cb9511877fcf> in <module>()
5 from lasagne.updates import nesterov_momentum
6 #from tabulate import tabulate
----> 7 from nolearn.lasagne import NeuralNet
C:\Users\Admin\Anaconda\lib\site-packages\nolearn\lasagne\__init__.py in <module>()
----> 1 from .handlers import (
2 PrintLayerInfo,
3 PrintLog,
4 RememberBestWeights,
5 SaveWeights,
C:\Users\Admin\Anaconda\lib\site-packages\nolearn\lasagne\handlers.py in <module>()
7
8 import numpy
----> 9 from tabulate import tabulate
10
11 from .._compat import pickle
ImportError: No module named tabulate