github spyder-ide/spyder v5.4.1
Spyder 5.4.1

latest releases: v6.0.0a5, v5.5.4, v5.5.3...
16 months ago

Simple installation

The easiest way to start using Spyder is by downloading our own installers for Windows :

Notes:

  • To use packages such as Scikit-learn or Seaborn with these installers, please read the following entry in our documentation FAQ.
  • To connect the installers to your current conda or pyenv environments, take a look at this other FAQ .

Advanced installation

Important Notes

  1. If you are new to Python or the Scientific Python ecosystem, we strongly recommend you to install and use Anaconda. It comes with Spyder and all its dependencies, along with the most important Python scientific libraries (i.e. Numpy, Pandas, Matplotlib, IPython, etc) in a single, easy to use environment.
  2. We also support pip, but please be aware that pip installations are for advanced users with good knowledge of all Spyder dependencies. Because of that, all installation problems you encounter are expected to be solved by you.

Anaconda

You can easily install this version if you use Anaconda by closing Spyder and then running the following command in a system terminal (Anaconda Prompt on Windows, xterm on Linux or Terminal.app on macOS):

conda install spyder=5.4.1

Notes:

  • It can take a week or two, or even up to a month, for a new Spyder version to be part of Anaconda. Please be patient until then and do not report it as a problem because we don't have any control over that.

  • If you installed Anaconda for the first time, you need to run the following command first:

    conda update anaconda
    

    before running the command above.

Pip

You can also use pip to update Spyder with the following command in a system terminal (cmd.exe on Windows, xterm on Linux or Terminal.app on macOS):

pip install -U spyder

Note: Do not use this command if you are using Anaconda because it will break your installation.

Contributors

A big thank you to all the contributors that made this release possible: @ccordoba12 @dalthviz @mrclary @bcolsen @athompson673 @maurerle @rear1019 @eendebakpt 🎉

Release notes

For the full list of closed issues and merged pull requests in this release, please see our Changelog.

Don't miss a new spyder release

NewReleases is sending notifications on new releases.