1 | initial version |
I have installed sage from conda
/mamba
using official instructions. Then I was only able to install bliss
with mamba install sagemath-bliss
(not conda install sagemath-bliss
!).
Interestingly enough, is_package_installed('bliss')
still returns False
. However canonical_label(algorithm = 'bliss')
seems to be working now.
Thank you all for your replies!