dodiku / AudioOwl

Fast and simple music and audio analysis using RNN in Python 🕵️‍♀️ 🥁
MIT License
281 stars 21 forks source link

python version #11

Open inikishev opened 1 year ago

inikishev commented 1 year ago

what pyython version does this work on?

inktrap commented 1 year ago

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 …