Closed bgruening closed 2 years ago
Unfortunately, it's not that simple:
[galaxy@galaxy3 galaxy]$ conda install dunovo Fetching package metadata ................. Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
@moskalenko The correct command is:
conda create -n __dunovo@2.0.12 dunovo==2.0.12
which works fine for me.
Thank you both for information.
Implemented in 1de35de
xref: https://github.com/galaxyproject/tools-iuc/issues/1833