Discussion:
[theano-users] Running Theano on Nimbix Cloud Error
Sayed
2017-06-05 07:46:04 UTC
Permalink
Hello,

I tried to run my code on nimbix cloud. I used Theano

However, after starting my code, i got this error :


from PIL import Image
ImportError: No module named PIL

How to solve it ? The code is working correctly on my PC.

Thanks.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Pascal Lamblin
2017-07-01 13:53:59 UTC
Permalink
I think the required missing Python package is called pillow.
Post by Sayed
Hello,
I tried to run my code on nimbix cloud. I used Theano
from PIL import Image
ImportError: No module named PIL
How to solve it ? The code is working correctly on my PC.
Thanks.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...