Closed wh1tePigeon closed 5 months ago
I have installed musdb using pip, but when i run this code:
def main(): import musdb mus = musdb.DB(download=True) for track in mus: print(track.name) if __name__ == "__main__": main()
I get AttributeError: module 'musdb' has no attribute 'DB' I`ve tried reinstalling musdb using pip but it didn't help.
Nvm, I`ve created new environment, it helped
Good to hear it works
I have installed musdb using pip, but when i run this code:
I get AttributeError: module 'musdb' has no attribute 'DB' I`ve tried reinstalling musdb using pip but it didn't help.