pygraphblas icon indicating copy to clipboard operation
pygraphblas copied to clipboard

fix: incompatible suitesparse version

Open sebbacon opened this issue 3 years ago • 0 comments

Currently-published suitesparse-graphblas wheels for 6.1.5 are built against an incompatible numpy:

$ python -c "from suitesparse_graphblas import utils"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/seb/.pyenv/versions/3.8.12/envs/python-graphblas-test/lib/python3.8/site-packages/suitesparse_graphblas/__init__.py", line 3, in <module>
    from . import utils
  File "suitesparse_graphblas/utils.pyx", line 1, in init suitesparse_graphblas.utils
ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 232 from C header, got 216 from PyObject

sebbacon avatar Jan 26 '22 10:01 sebbacon