-
Notifications
You must be signed in to change notification settings - Fork 61
Download
Downloads for older versions of Stackless Python can be found on the archived downloads page.
If for some reason, you are not able to obtain the source code from the appropriate branch in the Git repository repository, you can download it directly from here:
- Python 3.8.1: stackless-381-export.tar.xz (17.3 MB) (md5 49133593bd0dce78ade0362aa1783454)
- Python 3.7.9: stackless-379-export.tar.xz (16.8 MB) (md5 1cdfd3eda4b0efd7e8435a63eea9c4a2)
- Python 3.6.13: stackless-3613-export.tar.xz (16.6 MB) (md5 3abfb2e918ce623366023871ac117dd4)
If you do not wish to compile Stackless Python yourself, we provide precompiled MSI installers. These installers can be used instead of the corresponding regular C-Python installer. Alternatively you can install them alongside C-Python, if you choose the "Install just for me" option.
- Python 3.7.9 x86: stackless-3.7.9.exe (26072841 Byte) (md5 83f4baffd8c3cd436200a776eab9e8d3)
- Python 3.7.9 x86 webinstall: stackless-3.7.9-webinstall.exe (1307268 Byte) (md5 86501ef162c032a58d6b1de2d21424a3)
- Python 3.7.9 x86-64: stackless-3.7.9-amd64.exe (27081933 Byte) (md5 5cf6cb597e90f9d6c2eaad8869f15ac1)
- Python 3.7.9 x86-64 webinstall: stackless-3.7.9-amd64-webinstall.exe (1344818 Byte) (md5 0d094237fadd710444c89d84c7b90f19)
- Python 3.7.9 x86: stackless-3.7.9-embed-win32.zip (6722701 Byte) (md5 40f6cbcb5dc4307e283611637f3cc99c)
- Python 3.7.9 x86-64: stackless-3.7.9-embed-amd64.zip (7487414 Byte) (md5 d0c08a00275da11837370a4b66d8725d)
Please use the source code to compile your own copy of Stackless Python.
Note: We need volunteers to build and develop Stackless for macOS.
If you use the marvellous Python distribution Anaconda or Miniconda you can install older versions of Stackless-Python from the anaconda.org channel stackless.
-
Add the channel to your configuration:
$ conda config --add channels stackless
-
Add the (meta-) package "stackless":
$ conda install stackless
The package "stackless" utilises the conda feature mechanism to replace the regular C-Python by Stackless-Python.