Closed Cojabi closed 6 years ago
See code below:
>>> from pymatch import Matcher /home/colin/.virtualenvs/test/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88 return f(*args, **kwds) >>>
The warning appeared before and after fixing the import functions statement
Issue might be on my side. I only encounter it in the virtualenv. After my fixes it's working for me.
See code below: