You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda create -n potassco -c conda-forge clingo for the latest stable package from the conda-forge channel
conda create -n potassco -c potassco clingo for the latest stable package from the Potassco channel
conda create -n potassco -c potassco/label/dev clingo for the latest development package from the Potassco channel
We recommend to use conda-forge together with Miniforge as it provides a wider range of packages targetting more platforms. Choose the Potassco channel if you are interested in the latest development packages.
If you have and ARM-based Apple system and want to use conda-forge, run pip install cffi --force in the potassco environment to workaround a bug in libffi (affects the clingo.ast module in Python).
Ubuntu users can install packages from our Ubuntu PPA.
Packages for clingo are available for various Linux distributions including Debian, Ubuntu, and Arch Linux. (For historic reasons, the clingo package is split into gringo and clasp on Ubuntu/Debian.)
For Mac OS X, clingo packages are available in homebrew and macports.