You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting this error. I tried installing audiolab from source and also with pip.
Is this a bug, or I am doing something wrong?
Thanks
from scikits.audiolab import play
Traceback (most recent call last):
File "", line 1, in
from scikits.audiolab import play
File "/usr/local/lib/python2.7/dist-packages/scikits/audiolab/init.py", line 25, in
from pysndfile import formatinfo, sndfile
File "/usr/local/lib/python2.7/dist-packages/scikits/audiolab/pysndfile/init.py", line 1, in
from _sndfile import Sndfile, Format, available_file_formats, \
File "numpy.pxd", line 30, in scikits.audiolab.pysndfile._sndfile (scikits/audiolab/pysndfile/_sndfile.c:9632)
ValueError: numpy.dtype does not appear to be the correct type object
The text was updated successfully, but these errors were encountered:
Hi, I am getting this error. I tried installing audiolab from source and also with pip.
Is this a bug, or I am doing something wrong?
Thanks
from scikits.audiolab import play
Traceback (most recent call last):
File "", line 1, in
from scikits.audiolab import play
File "/usr/local/lib/python2.7/dist-packages/scikits/audiolab/init.py", line 25, in
from pysndfile import formatinfo, sndfile
File "/usr/local/lib/python2.7/dist-packages/scikits/audiolab/pysndfile/init.py", line 1, in
from _sndfile import Sndfile, Format, available_file_formats, \
File "numpy.pxd", line 30, in scikits.audiolab.pysndfile._sndfile (scikits/audiolab/pysndfile/_sndfile.c:9632)
ValueError: numpy.dtype does not appear to be the correct type object
The text was updated successfully, but these errors were encountered: