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
The easiest way to obtain Python enabled clingo packages is using Miniforge.
conda create -n potassco 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 using the packages from conda-forge as those target more platforms. Choose the Potassco channel if you are interested in the latest development packages.
If you have and ARM-based Apple system, 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.