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

concoct needs numpy 1.16 ... #392

Open
michalogit opened this issue Aug 25, 2021 · 0 comments
Open

concoct needs numpy 1.16 ... #392

michalogit opened this issue Aug 25, 2021 · 0 comments

Comments

@michalogit
Copy link

Hi, just finished happily a first full run of metawrap :)

There was one problem, after installing all the dependencies with conda, it was crashing like that:

Traceback (most recent call last):
File "/mypath/miniconda/envs/metawrap-env/bin/concoct", line 6, in
import vbgmm
File "init.pxd", line 918, in init vbgmm
ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

What helped, was updating numpy from 1.14 to 1.16 with pip, like here:
scikit-learn-contrib/hdbscan#272

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

1 participant