dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
45 stars 6 forks source link

RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject #108

Closed dputhier closed 3 years ago

dputhier commented 5 years ago

This warning during doc building:

    /Users/puthier/miniconda3/envs/pygtftk_test/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
      return f(*args, **kwds)
    /Users/puthier/miniconda3/envs/pygtftk_test/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
      return f(*args, **kwds)
qferre commented 3 years ago

Pretty sure that's not due to our code, and should have gone away in Python 3.8

dputhier commented 3 years ago

Let's close it for the moment.