My Python program uses THEANO but is not installed

How can install this library and be able to run Python programs that include THEANO?


ModuleNotFoundError Traceback (most recent call last)
in ()
29 # Third-party libraries
30 import numpy as np
—> 31 import theano
32 import theano.tensor as T
33 from theano.tensor.nnet import conv

ModuleNotFoundError: No module named ‘theano’

Hi @jlopez8659,

Unfortunately, we do not have Theano on CloudxLab. I’ll check out the feasibility and update you.

Thanks

Hi,

Now, Theano is available in CloudxLab. Please use it via Jupyter python3 notebook.

image
Regards,
Sandeep Giri

1 Like

Ok can I install it?

It is already installed. You can use it.