Paul Scruby
Paul Scruby
I managed to create a conda recipe with ```conda skeleton pypi yaspin```, but I also had make a conda recipe for ```examples```, using the same method, because there is no...
Update, I tried this on a virgin ubuntu 22 box and it also failed with the same error: ``` DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {'__linux', '__unix', '__archspec', '__glibc', '__conda'}...
> I had the same issue and couldn't figure what was wrong. Then I noticed that I was using the classic solver (it's in your .condarc, too). Switching to libmamba...