-
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.7.2: stackless-372-export.tar.xz (16.5 MB) (md5 be83e607028b1a40bb1e813f8b35b3ba)
- Python 3.6.8: stackless-368-export.tar.xz (16.6 MB) (md5 f5e398432f8958310566106efbc90703)
- Python 3.5.6: stackless-356-export.tar.xz (14.9 MB) (md5 16b0c2319eb1aa8da1aae917e84e0680)
- Python 2.7.16: stackless-2716-export.tar.xz (12.3 MB) (md5 63cc3ed0679441f1073743cb4902c801)
If you use the marvellous Python distribution Anaconda or Miniconda you can install 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.
Please use the source code to compile your own copy of Stackless Python or have a look at Miniconda.
Note: We need volunteers to build and develop Stackless for macOS.
The best way to get a current Stackless 2.7 is to use the Anaconda package. Unfortunately, recent Stackless 3.x versions do not work on macOS. See issue #173.
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.2 x86: stackless-3.7.2.exe (25414448 Byte) (md5 168b919dadb42585f1f82638ec85b815)
- Python 3.7.2 x86 webinstall: stackless-3.7.2-webinstall.exe (1307216 Byte) (md5 48d9684fa2ad9b30631b4e6c7017eb81)
- Python 3.7.2 x86-64: stackless-3.7.2-amd64.exe (26178579 Byte) (md5 aa8c6e851cfbe0c0e72c7440abc7bb12)
- Python 3.7.2 x86-64 webinstall: stackless-3.7.2-amd64-webinstall.exe (1344869 Byte) (md5 beb9f4214b1765cd84369c81221041a8)
- Python 2.7.16: python-2.7.16-stackless.msi (19.6 MB) (md5 766d8ee73fce13d8c6ecc1dc92a92989) This installer uses the same upgrade code as the regular 32bit C-Python 2.7 installer. Therefore this installer will replace a 32bit C-Python 2.7 installation (and vice-versa).
- Python 2.7.16 amd64: python-2.7.16.amd64-stackless.msi ( MB) (md5 f46074416ff8df4bd15f97e64b8253a2) This installer uses the same upgrade code as the regular 64bit C-Python 2.7 installer. Therefore this installer will replace a 64bit C-Python 2.7 installation (and vice-versa).
Debug Files for *.msi-Installers
- Python 2.7.16: python-2.7.16-pdb-stackless.zip (25.0 MB) (md5 f9998d5868506677318682e81df9d52f)
- Python 2.7.16 amd64: python-2.7.16.amd64-pdb-stackless.zip (23.6 MB) (md5 d34b126f23f5ad60eca93bff257611b9)
- Python 3.7.2 x86: stackless-3.7.2-embed-win32.zip (6532060 Byte) (md5 0af0f741fd1779c44646b7600c14496a)
- Python 3.7.2 x86-64: stackless-3.7.2-embed-amd64.zip (7026715 Byte) (md5 3195d9f41612749fb51888cae5101f82)
Warning
This installer is now deprecated, because
- it is not compatible with newer Linux distributions
- it depends on a misfeature of the ancient distutils
- Miniconda provides a better alternative
Note
On Debian based system the pip installer needs to compile some missing modules. Therefore you need to install various development packages. See https://bitbucket.org/akruis/slp-installer/issue/5.
If you are using Python 2.7.x (x>=3) on Linux amd64 or Windows you can use the
PyPI stackless-python installer.
It works with pip or
easyinstall
from distribute or
setuptools.
It is compatible with virtualenv.
Simply run:
> pip install stackless-python
or:
> easy_install stackless-python