This is not the only message you got, only the last one. You should include the whole output from pip.
On Thursday, 29 September 2016 12:01:07 BST kens...@gmail.com wrote:
> > "This is not the only message you got, only the last one. You should
> > include the whole output from pip"
>
> <https://lh3.googleusercontent.com/-jYcFB9rov1U/V-1k6IaiBCI/AAAAAAAAACU/LN1p
> 59EcAxAmKY2ZeaFUEkWqHs-uySTcwCLcB/s1600/error_message.png>
Still the message is cut but you can clearly see that pip is complaining about not finding Python.h. Install it with whatever package manager your distribution uses, likely python-dev on debian/ubuntu systems.
"Still the message is cut but you can clearly see that pip is complaining about not finding Python.h. Install it with whatever package manager your distribution uses, likely python-dev on debian/ubuntu systems."
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/5a6d140f-f138-4c25-989f-68c93b04a595%40googlegroups.com.
> <https://lh3.googleusercontent.com/-v7f1vgRRvRo/V-32zY2PTjI/AAAAAAAAACs/C9oo
> WQvHwPwQ7cFzaPTwcF465GI0UFkwwCLcB/s1600/20160929_230711.jpg>
Just use pip install --user theano, and install all packages with --user