AudioOwl icon indicating copy to clipboard operation
AudioOwl copied to clipboard

python version

Open inikishev opened this issue 2 years ago • 1 comments

what pyython version does this work on?

inikishev avatar Nov 08 '22 19:11 inikishev

I have problems with python3.11

      madmom/ml/nn/layers.c:211:12: fatal error: longintrepr.h: No such file or directory
        211 |   #include "longintrepr.h"
            |            ^~~~~~~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
      [end of output]

because of cython https://github.com/cython/cython/pull/4428

So I would suggest 3.10 ? But I am going to update my system now …

inktrap avatar May 17 '23 19:05 inktrap