Download Latest Version Spyder-Windows-x86_64.exe (638.6 MB)
Email in envelope

Get an email when there's a new version of spyder

Home / v6.1.6
Name Modified Size InfoDownloads / Week
Parent folder
Spyder-checksums.txt 2026-07-29 448 Bytes
spyder-conda-lock.zip 2026-07-29 66.9 kB
Spyder-Linux-x86_64.sh 2026-07-29 646.4 MB
Spyder-macOS-arm64.pkg 2026-07-29 518.0 MB
Spyder-macOS-x86_64.pkg 2026-07-29 530.1 MB
Spyder-Windows-x86_64.exe 2026-07-29 638.6 MB
README.md 2026-07-29 3.0 kB
Spyder 6.1.6 source code.tar.gz 2026-07-29 16.2 MB
Spyder 6.1.6 source code.zip 2026-07-29 18.0 MB
Totals: 9 Items   2.4 GB 86

Simple installation

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

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 recommend you to install and use [Anaconda](https://www.anaconda.com/download/). 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 create -n spyder-env -c conda-forge python=3.11 conda activate spyder-env conda install -c conda-forge spyder=6.1.6 #### 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 bugfix release possible: @athompson673 @M-Reimer @larsoner @ProcyonLotor42 @reachout-sreeram @mrclary @jsbautista @CAM-Gerlach @ccordoba12 @dalthviz @meeseeksmachine (backport bot) @spyder-bot (translators) 🎉

Release notes

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

Source: README.md, updated 2026-07-29