

The built-in interpreter of the standalone version doesn't currently support installing packages beyond the common scientific libraries bundled with it, so most users will want to have an external Python environment to run their own code, like with any other IDE.Īlso, the standalone installers don't yet work with third-party plugins, so users needing them should use Spyder through a Conda-based distribution instead.įor a detailed guide to this and the other different ways to obtain Spyder, refer to our full installation instructions, and check out our release page for links to all our installers. 4 Answers Sorted by: 154 You can update your python version to 3.8 in conda using the command conda install -c anaconda python3.8 as per Though not all packages support 3.8 yet, running conda update -all may resolve some dependency failures. You can also try out Spyder right in your web browser by launching it on Binder. Packages included in Anaconda 5.3.0 for 32-bit Windows with Python 3.6 Packages included in Anaconda 5.3.0 for 64-bit Windows with Python 3. We offer standalone installers on Windows and macOS, and as our Linux installer is are still experimental, we currently recommend the cross-platform Anaconda distribution for that operating system, which includes Spyder and many other useful packages for scientific Python. To run the global interpreter, either deactivate the virtual environment, or explicitly specify the global Python version.

on the middle of the page click on Windows - download 'Python 3. Want to join the community of scientists, engineers and analysts all around the world using Spyder?Ĭlick the button below to download the suggested installer for your platform. Four Python 3.8 installers are available for download - two each for the 32-bit and 64-bit versions of the interpreter. To overcome the issue of outdated and/or multiple versions of python, we will use anaconda to install python version 3.x, and to run jupyter notebooks (explained later).
