Closed bsbodden closed 2 years ago
It looks like you don't have SuiteSparse installed first, which is the library that pygraphblas depends on.
I don't have a Mac or Windows machine so I don't know definitively that there is a simple approach. On Mac I usually recommend people use the docker images, it's a slight hassle but otherwise works great and you can launch a notebook server quickly and easily with:
docker run -it --rm -p 8888:8888 graphblas/pygraphblas-notebook
(remove the --rm
if you want it to survive past one session).
If you want to install in the system, you'll need SuiteSparse first. I think maybe the conda build works on mac? If so try the instructions at:
https://anaconda.org/conda-forge/python-suitesparse-graphblas
first.
Thanks Michel. I didn't want to venture down the Conda path on this machine, since I have too many critical pip-based projects going on currently so I ended using the Docker Image. Overall it runs but there are a few issues that'll report on separate GH issues.
I'm on a Mac running Python 3.9.7. After cloning the repo the result of running:
is: