Houston4444 / RaySession

Session manager for linux musical programs
GNU General Public License v2.0
168 stars 20 forks source link

Python 3.11 removes inspect.getargspec #179

Closed jold42 closed 1 year ago

jold42 commented 1 year ago

Apparently deprecated in favour of inspect.signature Not sure if this is the only issue but critical to running with python 3.11 Hope this is an easy fix. RaySession is just too useful

Houston4444 commented 1 year ago

RaySession is just too useful

Nice to ear !

This comes from python3-liblo, as said in https://github.com/Houston4444/RaySession/blob/master/INSTALL.md#running, please use the liblo lib from here : https://github.com/gesellkammer/pyliblo3 .