Kaustubh
Kaustubh
It is there in conftest.py > import medleydb.sql as m > def session(medleydb): _session = m.session(ephemeral=True) m.from_medleydb(_session, limit=2) return _session Also if the existing code uses session as follows: >session...
Or could you please make medleydb.sql module available, may be with a deprecation warning, so that those who want to use that module for existing code can use it.
Any solutions regarding how can I find medleydb.sql and use medleydb.sql.session(). Or any alternatives to medleydb.sql.session() ?
Could you please explain in short how each functionality of medleydb.sql API can be performed in the new medleydb API? For example, how to retrieve all the stems. That guidance...
Hi, I tried running your code but I am unable to install medleydb.sql package required by singlelabel.py, it has been deprecated.
Any suggestions as to how to run your code inspite of the fact that medleydb.sql is not available/ deprecated and your code uses medleydb.sql?