Spyder: Spyder 3.0.2 upgrade via pip in Windows 10 not working

Created on 30 Nov 2016  路  4Comments  路  Source: spyder-ide/spyder

Attempted to upgrade to Spyder 3.0.2 from 3.0.0 using

pip install --update spyder

pip runs to completion without error, but spyder 3.0.0 continues to launch even after resetting Spyder settings and rebooting.

I successfully upgraded to Spyder 3.0.2 using

conda update qt pyqt
conda update spyder

After resetting Spyder settings and rebooting, Spyder 3.0.2 launches.

python 2.7.10
conda 4.2.0
Spyder 3.0.0 installed by current anaconda2-4.2.0 distribution

Most helpful comment

Please don't mix pip and conda packages. I think you broke your Anaconda installation by doing it.

Please reinstall Anaconda, and update Spyder with

conda update spyder

All 4 comments

Did you use pip within conda?

Not sure I understand your question. I use pip from the command line provided by opening the Anaconda Prompt console window. That console runs .../Anaconda2/scripts/activate.bat when it opens.

Please don't mix pip and conda packages. I think you broke your Anaconda installation by doing it.

Please reinstall Anaconda, and update Spyder with

conda update spyder

Hello @ccordoba12 , sir I tried to install pillow using conda and it shows that the packages are already installed
img
But when I run the import pil command, it is giving an error message.
Also spyder is not allowing to update packages using pip..
Can you please tell me the solution if possible?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cchu08 picture cchu08  路  3Comments

dalthviz picture dalthviz  路  3Comments

spyder-bot picture spyder-bot  路  3Comments

zaroth picture zaroth  路  3Comments

hedeqing picture hedeqing  路  3Comments