fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
52 stars 11 forks source link

Not compatible with python 3.12 #303

Closed riyasid closed 10 months ago

riyasid commented 11 months ago
Screen Shot 2023-10-16 at 1 41 01 PM

I downloaded the newest version of python and was not able to download the musical gestures toolbox, it worked when I downloaded python 3.11 and deleted 3.12 off my computer. I was then able to download the toolbox, but when running through the demo ran into an issue finding "ffprobe." There was more to the following error message but these seemed like the important parts. Screen Shot 2023-10-16 at 5 22 05 PM Screen Shot 2023-10-16 at 5 22 20 PM

joachimpoutaraud commented 10 months ago

Hi and thank you for reporting this issue! There might be some issues using Python 3.12 with the library numba at the moment, so it is preferable to use Python 3.11 instead.

Also, it seems that your error is related to the fact that you do not have ffprobe installed on your machine. I recommand you to check the wiki documentation of the toolbox for properly installing the FFmpeg open-source software beforehand.