Releases: spyder-ide/spyder
Spyder 6.0.2
Simple installation
The easiest way to start using Spyder is by downloading our own installers for Windows, macOS and Linux:
-
Windows (Windows 10+): Spyder-Windows-x86_64.exe
-
macOS
- M1 (14.0+): Spyder-macOS-arm64.pkg
- Intel (12.0+): Spyder-macOS-x86_64.pkg
-
Linux (CentOS 7+): Spyder-Linux-x86_64.sh
Notes:
- To use packages such as
Scikit-learn
orSeaborn
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
- 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.
- We also support
pip
, but please be aware thatpip
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.0.2
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 major release possible: @Flamefire @rear1019 @dalthviz @mrclary @ccordoba12 @hlouzada @spyder-bot (our translators) @meeseeksmachine (backport bot) 🎉
Release notes
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
Spyder 6.0.2rc1
v6.0.2rc1 Release 6.0.2rc1
Spyder 6.0.1
Contributors
A big thank you to all the contributors that made this major release possible: @jitseniesen @kevinsmia1939 @ccordoba12 @mrclary @dalthviz @spyder-bot (our translators) @meeseeksmachine (backport bot) 🎉
Release notes
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
Spyder 6.0.0
Contributors
A big thank you to all the contributors that made this major release (with all its alphas, betas and release candidates) possible: @ccordoba12 @hlouzada @dalthviz @AngelaRemolina @jsbautista @Mte90 @dpturibio @rear1019 @stevetracvc @remisalmon @andfoy @steff456 @impact27 @sthibaul @conradolandia @hmaarrfk @jnsebgosselin @rhkarls @mrclary @CAM-Gerlach @musicinmybrain @jitseniesen @isabela-pf @habibmy @spyder-bot (our translators) 🎉
Release notes
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
Spyder 5.5.6
Simple installation
The easiest way to start using Spyder is by downloading our own installers for Windows, macOS and Linux (experimental):
-
Windows (Windows 10+): Spyder_64bit_full.exe
-
macOS
- M1 (14.0+): Spyder_arm64.dmg
- Intel (12.0+): Spyder.dmg
-
Linux (CentOS 7+): Linux-x86_64.sh (Experimental)
Advanced installation
Important Notes
- 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.
- We also support
pip
, but please be aware thatpip
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.5.6
Notes:
-
It can take several months 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: @mrclary @hmaarrfk @ccordoba12 @dalthviz @spyder-bot (our translators) 🎉
Release notes
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
Spyder 6.0.0rc2
Contributors
A big thank you to all the contributors that made this release possible: @hlouzada @ccordoba12 @mrclary @dalthviz 🎉
Release notes
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
Spyder 6.0.0rc1
Contributors
A big thank you to all the contributors that made this release possible: @mrclary @dalthviz @hlouzada @ccordoba12 @jitseniesen 🎉
Release notes
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
Spyder 6.0.0b3
Spyder 6.0.0b2
Contributors
A big thank you to all the contributors that made this release possible: @hlouzada @impact27 @conradolandia @dalthviz @mrclary @ccordoba12 🎉
Release notes
For the full list of closed issues and merged pull requests in this release, please see our Changelog.