Ask Your Question

hhhults's profile - activity

2023-05-30 09:53:01 +0200 received badge  Notable Question (source)
2023-05-30 09:53:01 +0200 received badge  Popular Question (source)
2022-06-20 09:57:02 +0200 received badge  Nice Question (source)
2022-06-18 00:13:54 +0200 marked best answer Unable to install glucose SAT solver with Sage

Hi all, I have sage 9.5 installed through anaconda. Following the instructions found on Sebastien Labbe's blog (can't post a link due to insufficient karma), I tried "sage -i glucose" to install glucose to no avail. The error message I got was:

"make: * No rule to make target 'all-toolchain'. Stop."

I googled it and found other people with this problem, they were told to install sage a different way. So I installed version 9.6 via "brew install --cask sage" and then when I try "sage -i glucose" again I get:

"Sorry, this binary distribution does not support installing sage packages. If glucose is available from pypi you may install it by running %pip install glucose from the sage prompt."

pip install glucose certainly doesn't work because it isn't a python package.

I looked up this error and found that perhaps I need to install from source in order to get the functionality for installing optional packages? So I downloaded the .tar.gz from the 3-manifolds GitHub repo and attempted to follow the instructions in the SETUP/readme files from there. Those seem to be outdated, as the instructions in them assume a directory structure that is not present in the form that I downloaded it. So, at this point I'm pretty stumped. I have combed myriad forum posts and tried lots of solutions but none of them worked. Does anyone have any tips/pointers? Many thanks.

2022-06-18 00:13:54 +0200 received badge  Scholar (source)
2022-06-18 00:13:53 +0200 received badge  Supporter (source)
2022-06-18 00:13:49 +0200 commented answer Unable to install glucose SAT solver with Sage

This worked! Thank you so much.

2022-06-17 20:15:31 +0200 received badge  Student (source)
2022-06-17 20:13:15 +0200 asked a question Unable to install glucose SAT solver with Sage

Unable to install glucose SAT solver with Sage Hi all, I have sage 9.5 installed through anaconda. Following the instruc