roq-trading / roq-issues

Issue tracker for Roq's software solutions.
https://roq-trading.com/
1 stars 0 forks source link

[roq-scripts] Prefer conda to mamba #382

Closed thraneh closed 1 year ago

thraneh commented 1 year ago

mamba uses libmamba which depends on fmt 9.x

The roq-* packages require fmt 10.x

This is how we get conflicts:

We don't get these issues when using conda to install. So, unfortunately, we're forced to prefer conda right now.

Best practices should also use conda install --freeze-installed [...] to avoid unwanted downgrades.