airspeed-velocity / asv

Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
https://asv.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
845 stars 177 forks source link

QUERY: `Unknown environment type 'mamba'` #1390

Open lucascolley opened 4 months ago

lucascolley commented 4 months ago

https://github.com/scipy/scipy/issues/20162#issuecomment-1974801706 @HaoZeke

On running SciPy's benchmark suite I see Unknown environment type 'mamba'. Allowed values based on existing plugins are ['existing', 'conda', 'virtualenv']..

Versions:

All from conda-forge.

HaoZeke commented 4 months ago

Ah yes, so this needs conda-build as well now since mamba_helpers had to be vendored in, it used to be a dependency of the older versions of libmamba. Could you check if installing conda-build fixes this?

HaoZeke commented 4 months ago

I'll keep the issue open, we need clearer installation dependencies in the log.

lucascolley commented 4 months ago

Could you check if installing conda-build fixes this?

Yep, that's it 👍