Discussion:
[theano-users] Re: How to update theano-0.9.0 to theano-0.10.0?
Pascal Lamblin
2017-08-03 19:26:34 UTC
Permalink
The conda package you installed as a user takes precedence over the new one
that you installed as root (with sudo).
I would advise that you uninstall the one as root (sudo pip uninstall
theano), and then run the "pip install" without sudo.
Hello, my name is Kim, one of the heavy theano users.
At first, my OS is ubuntu 16.04-2 LTS
I recently installed theano through the command : 'conda install theano
pygpu', which install the theano-0.9.0.
And updated the theano to bleeding edge version (theano-0.10.0) through
'sudo pip install --no-deps git+
https://github.com/Theano/Theano.git#egg=Theano'
'sudo pip install --upgrade --no-deps git+
https://github.com/Theano/Theano.git#egg=Theano'
And it shows following messages,
'Installing collected packages: Theano
Found existing installation: Theano 0.10.0.dev1
Successfully uninstalled Theano-0.10.0.dev1
Running setup.py install for Theano ... done
Successfully installed Theano-0.10.0.dev1'
But when I check the theano version, it shows that the theano version is
still theano-0.9.0.
I suspect that the update is not reflected to the conda environment.
How can I upgrade to the theano-0.10.0?
Thanks, in advance.
--
---
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...