Open dhirschfeld opened 1 year ago
When building a package with the latest 0.15.1 it wasn't using the new-style error reporting. To debug my build I had to recreate the package spec in an env.yaml file and attempt to install that with micromamba.
env.yaml
micromamba
The error report by micromamba let me very quickly determine the source of the problems - they're truly transformative! :heart:
When building a package with the latest 0.15.1 it wasn't using the new-style error reporting. To debug my build I had to recreate the package spec in an
env.yaml
file and attempt to install that withmicromamba
.