Icon for

pyribs now available on Conda

pyribs is now available on the conda-forge channel under the name pyribs.

Bryon Tjanaka February 27, 2021

pyribs can now be installed with Conda! It is available on the conda-forge channel. To install the full distribution (equivalent to pip install ribs[all]), run:

conda install -c conda-forge pyribs

To install the base distribution (equivalent to pip install ribs), run:

conda install -c conda-forge pyribs-base

Note that installation only works on Python 3.6-3.8 for now, as there are still some issues with numba supporting Python 3.9. Refer to this GitHub issue for more info.

Many thanks to the folks at conda-forge for helping us set up the packages. For further reference, these are the links to the packages on Anaconda.org:

And these are the links to the feedstocks for the packages: