News

Python installation and the underlying HSDatalog library do not work on 64-bit ARM. Using 64-bit is necessary to make use of all memory on Raspberry Pi 5 models (for single process, which we need).
I installed it with python 3.11 on conda from conda-forge that provides 64-bit packages and 64-bit Python. (I was unable to install it with python 3.12 that was as default on my machine) I am fairly ...
Have you ever wished you could edit Python packages installed locally without reinstalling them? Editable installs are the way.