Boris

Results 6 comments of Boris

I had the same issue. Tried to compile it on Windows, MacOs and Linux. Eventually I came up with the understanding that all those compilation errors come from Rust compatibility...

@halldong I don't know. It looks to me that this library requires a lot of effort to make it compile again. Can't say anything concrete because I'm not an author...

I came across the same issues. Tried to run course notebooks on my Windows 10 PC with one of NVidia RTX cards. 1. `!apt-get install abcmidi timidity` This is the...

@deifactor Thanks for the hint! Had the similar issue, fixed it by switching from aarch64 to amd64.

@ahmedfgad no, this doesn't work either: `AttributeError: 'functools.partial' object has no attribute '__code__'`

First of all thank you for detailed explanation. I guess I see your point now. I've tested your approach and it works fine if I just leave ```best_fitness, _ =...