Closed adarob closed 5 years ago
Example warning:
/usr/local/lib/python2.7/dist-packages/fluidsynth.py:394: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead return numpy.fromstring(buf[:], dtype=numpy.int16)
Ping, we are getting warnings all over the place in our code because of this.
Thanks! Will you also be updating the pip package?
Example warning: