Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run time error #518

Closed
CaffineAddic opened this issue Jan 9, 2022 · 1 comment
Closed

Run time error #518

CaffineAddic opened this issue Jan 9, 2022 · 1 comment

Comments

@CaffineAddic
Copy link

When I try to run I get greeted with this error code
I tried running
python -m nose -s hdbscan
but it also gave similar error
E

ERROR: Failure: ValueError (numpy.ndarray size changed, may indicate binary incompatibility. Expected 96
from C header, got 88 from PyObject)

Traceback (most recent call last):
File "/home/kira/Desktop/notebook/venv/lib/python3.8/site-packages/nose/failure.py", line 39, in runTe
st
raise self.exc_val.with_traceback(self.tb)
File "/home/kira/Desktop/notebook/venv/lib/python3.8/site-packages/nose/loader.py", line 407, in loadT
estsFromName
module = resolve_name(addr.module)
File "/home/kira/Desktop/notebook/venv/lib/python3.8/site-packages/nose/util.py", line 312, in resolve
name
module = import('.'.join(parts_copy))
File "/home/kira/Desktop/notebook/venv/lib/python3.8/site-packages/hdbscan/init.py", line 1, in
from .hdbscan
import HDBSCAN, hdbscan
File "/home/kira/Desktop/notebook/venv/lib/python3.8/site-packages/hdbscan/hdbscan_.py", line 21, in <
module>
from ._hdbscan_linkage import (single_linkage,
File "hdbscan/_hdbscan_linkage.pyx", line 1, in init hdbscan._hdbscan_linkage
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header,
got 88 from PyObject


Ran 1 test in 0.001s

FAILED (errors=1)

@sk1p
Copy link

sk1p commented Jan 10, 2022

Seems to be a duplicate of #457 - which is fixed in master, but not yet released on PyPI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants