pyxDamerauLevenshtein: 'ValueError: numpy.ufunc has the wrong size, try recompiling' when install pyxDamerauLevenshtein

How to reproduce:

  1. docker run -it --entrypoint=/bin/bash python:3.6 to have a clean environment;
  2. pip install numpy pyxdameraulevenshtein
  3. call python
  4. >>> 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

Most upvoted comments

@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 😃