pyxDamerauLevenshtein: 'ValueError: numpy.ufunc has the wrong size, try recompiling' when install pyxDamerauLevenshtein
How to reproduce:
docker run -it --entrypoint=/bin/bash python:3.6to have a clean environment;- pip install numpy pyxdameraulevenshtein
- call python
>>> import pyxdameraulevenshtein
Result: Traceback (most recent call last): File ā<stdin>ā, line 1, in <module> File āinit.pxdā, line 885, in init pyxdameraulevenshtein ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216
pyxDamerauLevenshtein==1.5
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 27 (3 by maintainers)
Commits related to this issue
- setup.py: remove numpy from setup_requires 8 days ago was released Numpy v1.16.0rc1 and is used in the setup compilation. v1.16.0rc1 CABI is not compatible with the previous version compiled versions... — committed to OvalMoney/pyxDamerauLevenshtein by simobasso 6 years ago
- potential risk fix for #https://github.com/gfairchild/pyxDamerauLevenshtein/issues/14 — committed to blmoistawinde/HarvestText by deleted user 5 years ago
- attempting to specify versions in pyproject.toml to address #14 — committed to lanl/pyxDamerauLevenshtein by gfairchild 5 years ago
@gfairchild Took some time to get to it (needed new credits, and a new build), but I can confirm 1.5.4 worked immediately for me.
@gfairchild I have updated the version number for next build so we will see š