! git clone git://github.com/lisa-lab/pylearn2.git'''
! pip install theano
I am working on Google colab
. I have installed the pylearn2
clone from git
but still it is showing MODULE NOT FOUND
error in the following lines
pylearn2.space import VectorSpace
from pylearn2.costs.cost import Cost
ModuleNotFoundError: No module named 'pylearn2.space
ModuleNotFoundError: No module named 'pylearn2.costs.cost