简体   繁体   中英

Anaconda won't update spyder

I had Spyder 3.1.3 installed an running fine. Then I heard about "anaconda navigator" - which I never had launched it before - so I launched it, took a look around, installed glueviz and quit.

Next time I opened spyder - not from the navigator, from the shortcut I've always used (with this command: C:\Anaconda2\pythonw.exe C:\Anaconda2\cwp.py C:\Anaconda2 "C:/Anaconda2/pythonw.exe" "C:/Anaconda2/Scripts/spyder-script.py" --new-instance ), it launched spyder version 2.3.8.

Then I went to the command line and tried to update spyder with the conda update spyder command and I get this:

C:\>conda update spyder
Fetching package metadata ...........
Solving package specifications: .

# All requested packages already installed.
# packages in environment at C:\Anaconda2:
#
spyder                    2.3.8                    py27_1

C:\>

nothing happens. If I try to update it from the navigator (running as admin), I get an error saying "spyder cannot be installed on this environment"

Any ideas what can I do to properly update spyder?

EDIT: I updated pandas and skpyder downgraded to version 2.2.0...

Thanks

With admin privilege type (if one does not uninstall before installing it gets 'stuck' for hours)

conda uninstall spyder

conda install spyder=5.1.5

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM