Update Spyder? - how?

235 views
Skip to first unread message

Lindsay Fowler

unread,
May 31, 2021, 12:09:11 PM5/31/21
to spyder
Hi All,
After reporting the bug with obscurred icons in Spyder 5, I was told this was fixed now.

I don't understand how to update Spyder.

I tried all things I read online:

Anaconda Home > Spyder > Install
Anaconda Home > Spyder > Install Specific version
Anaconda Prompt > conda update sypder
Andaconda Prompt > run as admin > conda update spyder
Andaconda Prompt > conda update --name base conda
Anaconda Prompt > conda update all
Anaconda PowerShell Prompt > conda update sypder
Andaconda Prompt > run as admin > conda update spyder

Can anyone please tell me the actual proper way to update it?
Thanks


yfprojects

unread,
Jun 1, 2021, 3:42:10 AM6/1/21
to spyder
Hello,

The default anaconda channel only has version 5.0.0. The community-led channel `conda-forge` already has version 5.0.3. To install spyder from that channel the following command should work inside the anaconda prompt:

conda install -c conda-forge spyder

Kind regards
yfprojects

Philip Yip

unread,
Jun 1, 2021, 9:02:20 AM6/1/21
to spyder
Ensure you have anaconda 2021-05 installed (the latest standalone installer).
In Windows open up the Anaconda PowerShell Prompt or in Linux open up the Terminal.
Type in:
conda update --all
This should update the Anaconda Python distribution to the latest stable version, specifically updating Python to a compatible version for Spyder 5.

Next search the anaconda and conda-forge channels for the latest Spyder release:
conda search --channel anaconda spyder
conda search --channel conda-forge spyder

At the time of writing the conda-forge channel is more up to date than the anaconda channel.
Type in:
conda install --channel conda-forge spyder=5.0.3
On my Linux and Windows 10 install not specifying the version number preferenced spyder version 4.2.5

Derek

unread,
Jun 2, 2021, 4:37:44 AM6/2/21
to spyd...@googlegroups.com
Note - if you are running version 4, you need to explicitly put in the version:

conda install -c conda-forge spyder=5.0.3

Unfortunately, the code outline functionality is still not working in this version.

--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/04438703-4f25-4692-a246-67aeae35a7bdn%40googlegroups.com.

Fausto A. A. Barbuto

unread,
Jun 2, 2021, 7:30:20 PM6/2/21
to spyd...@googlegroups.com
I would try

conda update --all

but the update may not be available to download yet.

Fausto

--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages