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

Update requirements.txt #170

Merged
merged 1 commit into from
Jan 22, 2019
Merged

Update requirements.txt #170

merged 1 commit into from
Jan 22, 2019

Conversation

EgorBu
Copy link

@EgorBu EgorBu commented Jan 22, 2019

Error log

user@pc:~/hercules/bin$ ./hercules --devs https://github.com/src-d/ml | python3 ../labours.py -m devs
Reading the input... Warning: failed to import yaml.CLoader, falling back to slow yaml.Loader
doneing...                                                                      
Traceback (most recent call last):
  File "../labours.py", line 1581, in <module>
    sys.exit(main())
  File "../labours.py", line 1556, in main
    modes[args.mode]()
  File "../labours.py", line 1532, in devs
    show_devs(args, reader.get_name(), *reader.get_header(), data)
  File "../labours.py", line 1198, in show_devs
    from hdbscan import HDBSCAN
  File "/usr/local/lib/python3.5/dist-packages/hdbscan/__init__.py", line 1, in <module>
    from .hdbscan_ import HDBSCAN, hdbscan
  File "/usr/local/lib/python3.5/dist-packages/hdbscan/hdbscan_.py", line 21, in <module>
    from ._hdbscan_linkage import (single_linkage,
  File "__init__.pxd", line 918, in init hdbscan._hdbscan_linkage
ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

Signed-off-by: egor egor@sourced.tech

* hdbscan fails on old versions of numpy
* scikit-learn-contrib/hdbscan#272

Signed-off-by: egor <egor@sourced.tech>
@vmarkovtsev vmarkovtsev merged commit 008ced6 into src-d:master Jan 22, 2019
@vmarkovtsev
Copy link
Collaborator

Thank you

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

Successfully merging this pull request may close these issues.

2 participants