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.
On Wednesday, July 26, 2017 at 11:31:56 PM UTC-4, 김병수 wrote: > > 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 > the commands : > > '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 > Uninstalling 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
